az keyvault certificate issuer
Manage certificate issuer information.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault certificate issuer admin |
Manage admin information for certificate issuers. |
Core | GA |
az keyvault certificate issuer admin add |
Add admin details for a specified certificate issuer. |
Core | GA |
az keyvault certificate issuer admin delete |
Remove admin details for the specified certificate issuer. |
Core | GA |
az keyvault certificate issuer admin list |
List admins for a specified certificate issuer. |
Core | GA |
az keyvault certificate issuer create |
Create a certificate issuer record. |
Core | GA |
az keyvault certificate issuer delete |
Deletes the specified certificate issuer. |
Core | GA |
az keyvault certificate issuer list |
Lists properties of the certificate issuers for the key vault. |
Core | GA |
az keyvault certificate issuer show |
Gets the specified certificate issuer. |
Core | GA |
az keyvault certificate issuer update |
Update a certificate issuer record. |
Core | GA |
az keyvault certificate issuer create
Create a certificate issuer record.
az keyvault certificate issuer create --issuer-name
--provider-name
--vault-name
[--account-id]
[--disabled {false, true}]
[--organization-id]
[--password]
Examples
Create a certificate issuer in a Key Vault by specifying vault name, issuer name, and provider. (autogenerated)
az keyvault certificate issuer create --vault-name cli-mock-kv-ct-is --issuer-name issuer1 --provider Test
Required Parameters
Certificate issuer name.
The certificate provider name. Must be registered with your tenant ID and in your region.
Name of the Vault.
Property | Value |
---|---|
Parameter group: | Id Arguments |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The issuer account id/username/etc.
Property | Value |
---|---|
Parameter group: | Issuer Credential Arguments |
Set issuer to disabled state.
Property | Value |
---|---|
Accepted values: | false, true |
The organization id.
Property | Value |
---|---|
Parameter group: | Organization Detail Arguments |
The issuer account password/secret/etc.
Property | Value |
---|---|
Parameter group: | Issuer Credential Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az keyvault certificate issuer delete
Deletes the specified certificate issuer.
Requires certificates/manageissuers/deleteissuers permission.
az keyvault certificate issuer delete --issuer-name
--vault-name
Required Parameters
Certificate issuer name.
Name of the Vault.
Property | Value |
---|---|
Parameter group: | Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az keyvault certificate issuer list
Lists properties of the certificate issuers for the key vault.
Requires the certificates/manageissuers/getissuers permission. :return: An iterator-like instance of Issuers :rtype: ~azure.core.paging.ItemPaged[~azure.keyvault.certificates.CertificateIssuer] :raises: :class:~azure.core.exceptions.HttpResponseError
Example: .. literalinclude:: ../tests/test_examples_certificates.py :start-after: [START list_properties_of_issuers] :end-before: [END list_properties_of_issuers] :language: python :caption: List issuers of a vault :dedent: 8.
az keyvault certificate issuer list --vault-name
Required Parameters
Name of the Vault.
Property | Value |
---|---|
Parameter group: | Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az keyvault certificate issuer show
Gets the specified certificate issuer.
Requires certificates/manageissuers/getissuers permission.
az keyvault certificate issuer show --issuer-name
--vault-name
Required Parameters
Certificate issuer name.
Name of the Vault.
Property | Value |
---|---|
Parameter group: | Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az keyvault certificate issuer update
Update a certificate issuer record.
az keyvault certificate issuer update --issuer-name
--vault-name
[--account-id]
[--enabled {false, true}]
[--organization-id]
[--password]
[--provider-name]
Required Parameters
Certificate issuer name.
Name of the Vault.
Property | Value |
---|---|
Parameter group: | Id Arguments |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The issuer account id/username/etc.
Property | Value |
---|---|
Parameter group: | Issuer Credential Arguments |
Set issuer enabled state.
Property | Value |
---|---|
Accepted values: | false, true |
The organization id.
Property | Value |
---|---|
Parameter group: | Organization Detail Arguments |
The issuer account password/secret/etc.
Property | Value |
---|---|
Parameter group: | Issuer Credential Arguments |
The certificate provider name. Must be registered with your tenant ID and in your region.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |