1. certified-revoke(1)
  2. Certified
  3. certified-revoke(1)

NAME

certified-revoke - revoke certificates

SYNOPSIS

certified-revoke [--db=db] [--issuer=issuer] [--issuer-name=issuer-name] [--password=password] CN=common-name [+dns[...]] [+ip[...]]

DESCRIPTION

Revoke a certificate and generate a certificate revocation list.

OPTIONS

--db=db
OpenSSL database directory (defaults to etc/ssl).
--issuer=issuer
Common name of an alternative CA certificate.
--issuer-name=issuer-name
Filename of the alternative CA certificate (default derived from the alternative CA common name).
--password=password
Password for the CA private key.
CN=common-name
Certificate common name (usually a domain name).

THEME SONG

Led Zeppelin - "Fool in the Rain"

AUTHOR

Richard Crowley <r@rcrowley.org>

SEE ALSO

certified(1), certified-ca(1), certified-yaml(1)

certified-csr(1), certified-crt(1)

openssl(1), ca(1), crl(1), x509(1)

https://github.com/rcrowley/certified/wiki

  1. April 2014
  2. certified-revoke(1)