IstioPluginCertificateAuthority interface
Plugin certificates information for Service Mesh.
Properties
cert |
Certificate chain object name in Azure Key Vault. |
cert |
Intermediate certificate object name in Azure Key Vault. |
key |
Intermediate certificate private key object name in Azure Key Vault. |
key |
The resource ID of the Key Vault. |
root |
Root certificate object name in Azure Key Vault. |
Property Details
certChainObjectName
Certificate chain object name in Azure Key Vault.
certChainObjectName?: string
Property Value
string
certObjectName
Intermediate certificate object name in Azure Key Vault.
certObjectName?: string
Property Value
string
keyObjectName
Intermediate certificate private key object name in Azure Key Vault.
keyObjectName?: string
Property Value
string
keyVaultId
The resource ID of the Key Vault.
keyVaultId?: string
Property Value
string
rootCertObjectName
Root certificate object name in Azure Key Vault.
rootCertObjectName?: string
Property Value
string