This command removes the certificate named SelfSigned01 from the key vault named ContosoKV01.
This command specifies the Force parameter.
Therefore, the cmdlet does not prompt you for confirmation.
Example 2: Purge the deleted certificate from the key vault permanently
This command permanently removes the certificate named 'MyCert' from the key vault named 'Contoso'.
Executing this cmdlet requires the 'purge' permission, which must have been previously and explicitly granted to the user on this key vault.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Specifies the name of the certificate that this cmdlet removes from a key vault.
This cmdlet constructs the fully qualified ___domain name (FQDN) of a certificate based on the name that this parameter specifies, the name of the key vault, and your current environment.
Specifies the name of the key vault from which this cmdlet removes a certificate.
This cmdlet constructs the FQDN of a key vault based on the name that this parameter specifies and your current environment.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.