CertificateBaseProperties interface

Base certificate properties.

Properties

format

The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.

thumbprint

This must match the thumbprint from the name.

thumbprintAlgorithm

This must match the first portion of the certificate name. Currently required to be 'SHA1'.

Property Details

format

The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.

format?: CertificateFormat

Property Value

thumbprint

This must match the thumbprint from the name.

thumbprint?: string

Property Value

string

thumbprintAlgorithm

This must match the first portion of the certificate name. Currently required to be 'SHA1'.

thumbprintAlgorithm?: string

Property Value

string