az keyvault certificate issuer
Manage certificate issuer information.
Commands
az keyvault certificate issuer admin |
Manage admin information for certificate issuers. |
az keyvault certificate issuer admin add |
Add admin details for a specified certificate issuer. |
az keyvault certificate issuer admin delete |
Remove admin details for the specified certificate issuer. |
az keyvault certificate issuer admin list |
List admins for a specified certificate issuer. |
az keyvault certificate issuer create |
Create a certificate issuer record. |
az keyvault certificate issuer delete |
Deletes the specified certificate issuer. |
az keyvault certificate issuer list |
List certificate issuers for a specified key vault. |
az keyvault certificate issuer show |
Lists the specified certificate issuer. |
az keyvault certificate issuer update |
Update a certificate issuer record. |
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.
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.
The DeleteCertificateIssuer operation permanently removes the specified certificate issuer from the vault. This operation requires the certificates/manageissuers/deleteissuers permission.
az keyvault certificate issuer delete --issuer-name
--vault-name
Required Parameters
Certificate issuer name.
Name of the Vault.
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
List certificate issuers for a specified key vault.
The GetCertificateIssuers operation returns the set of certificate issuer resources in the specified key vault. This operation requires the certificates/manageissuers/getissuers permission.
az keyvault certificate issuer list --vault-name
[--maxresults]
Required Parameters
Name of the Vault.
Optional Parameters
Maximum number of results to return in a page. If not specified the service will return up to 25 results.
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
Lists the specified certificate issuer.
The GetCertificateIssuer operation returns the specified certificate issuer resources in the specified key vault. This operation requires the certificates/manageissuers/getissuers permission.
az keyvault certificate issuer show --issuer-name
--vault-name
Required Parameters
Certificate issuer name.
Name of the Vault.
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.
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.
Feedback
Submit and view feedback for