az keyvault certificate pending

Manage pending certificate creation operations.

Commands

az keyvault certificate pending delete

Deletes the creation operation for a specific certificate.

az keyvault certificate pending merge

Merges a certificate or a certificate chain with a key pair existing on the server.

az keyvault certificate pending show

Gets the creation operation of a certificate.

az keyvault certificate pending delete

Deletes the creation operation for a specific certificate.

Deletes the creation operation for a specified certificate that is in the process of being created. The certificate is no longer created. This operation requires the certificates/update permission.

az keyvault certificate pending delete --name
                                       --vault-name

Required Parameters

--name -n

Name of the pending certificate.

--vault-name

Name of the Vault.

az keyvault certificate pending merge

Merges a certificate or a certificate chain with a key pair existing on the server.

The MergeCertificate operation performs the merging of a certificate or certificate chain with a key pair currently available in the service. This operation requires the certificates/create permission.

az keyvault certificate pending merge --file
                                      --name
                                      --vault-name
                                      [--disabled {false, true}]
                                      [--expires]
                                      [--not-before]
                                      [--tags]

Required Parameters

--file -f

File containing the certificate or certificate chain to merge.

--name -n

Name of the pending certificate.

--vault-name

Name of the Vault.

Optional Parameters

--disabled

Create certificate in disabled state.

accepted values: false, true
--expires

Expiration UTC datetime (Y-m-d'T'H:M:S'Z').

--not-before

Key not usable before the provided UTC datetime (Y-m-d'T'H:M:S'Z').

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

az keyvault certificate pending show

Gets the creation operation of a certificate.

Gets the creation operation associated with a specified certificate. This operation requires the certificates/get permission.

az keyvault certificate pending show --name
                                     --vault-name

Required Parameters

--name -n

Name of the pending certificate.

--vault-name

Name of the Vault.