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

--issuer-name

Certificate issuer name.

--provider-name

The certificate provider name. Must be registered with your tenant ID and in your region.

--vault-name

Name of the Vault.

Optional Parameters

--account-id

The issuer account id/username/etc.

--disabled

Set issuer to disabled state.

accepted values: false, true
--organization-id

The organization id.

--password

The issuer account password/secret/etc.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--issuer-name

Certificate issuer name.

--vault-name

Name of the Vault.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--vault-name

Name of the Vault.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--issuer-name

Certificate issuer name.

--vault-name

Name of the Vault.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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

--issuer-name

Certificate issuer name.

--vault-name

Name of the Vault.

Optional Parameters

--account-id

The issuer account id/username/etc.

--enabled

Set issuer enabled state.

accepted values: false, true
--organization-id

The organization id.

--password

The issuer account password/secret/etc.

--provider-name

The certificate provider name. Must be registered with your tenant ID and in your region.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.