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]
Required Parameters
Certificate issuer name.
The certificate provider name. Must be registered with your tenant ID and in your region.
Name of the Vault.
Optional Parameters
The issuer account id/username/etc.
Set issuer to disabled state.
The organization id.
The issuer account password/secret/etc.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
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.
Optional Parameters
The issuer account id/username/etc.
Set issuer enabled state.
The organization id.
The issuer account password/secret/etc.
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.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.