Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateAddParameter

Package version

An interface representing CertificateAddParameter.

summary

A certificate that can be installed on compute nodes and can be used to authenticate operations on the machine.

Hierarchy

  • CertificateAddParameter

Index

Properties

Optional certificateFormat

certificateFormat: CertificateFormat

The format of the certificate data. Possible values include: 'pfx', 'cer'

data

data: string

The base64-encoded contents of the certificate. The maximum size is 10KB.

Optional password

password: undefined | string

The password to access the certificate's private key. This is required if the certificate format is pfx. It should be omitted if the certificate format is cer.

thumbprint

thumbprint: string

The X.509 thumbprint of the certificate. This is a sequence of up to 40 hex digits (it may include spaces but these are removed).

thumbprintAlgorithm

thumbprintAlgorithm: string

The algorithm used to derive the thumbprint. This must be sha1.

Generated using TypeDoc