Κοινή χρήση μέσω


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

--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.

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.

--account-id

The issuer account id/username/etc.

Property Value
Parameter group: Issuer Credential Arguments
--disabled

Set issuer to disabled state.

Property Value
Accepted values: false, true
--organization-id

The organization id.

Property Value
Parameter group: Organization Detail Arguments
--password

The issuer account password/secret/etc.

Property Value
Parameter group: Issuer Credential Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

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

--issuer-name

Certificate issuer name.

--vault-name

Name of the Vault.

Property Value
Parameter group: Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

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

--vault-name

Name of the Vault.

Property Value
Parameter group: Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

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

--issuer-name

Certificate issuer name.

--vault-name

Name of the Vault.

Property Value
Parameter group: Id Arguments
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

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

--issuer-name

Certificate issuer name.

--vault-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.

--account-id

The issuer account id/username/etc.

Property Value
Parameter group: Issuer Credential Arguments
--enabled

Set issuer enabled state.

Property Value
Accepted values: false, true
--organization-id

The organization id.

Property Value
Parameter group: Organization Detail Arguments
--password

The issuer account password/secret/etc.

Property Value
Parameter group: Issuer Credential Arguments
--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.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--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.

Property Value
Default value: False