alpacon authority delete
This command removes a Certificate Authority (CA) from the system, including its certificate and CSR.
alpacon authority delete AUTHORITY_ID
alpacon authority rm AUTHORITY_ID
Options
-y, --yes Skip confirmation prompt
-h, --help help for delete
Examples
Delete a CA by name:
alpacon authority delete "Root CA"
alpacon authority rm my-authority
Skip the confirmation prompt:
alpacon authority delete my-authority -y