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

NAME

certified-crt - sign certificates

SYNOPSIS

certified-crt [--days=days] [--db=db] [--name=name] [--password=password] [--self-signed] CN=common-name

DESCRIPTION

Sign a certificate with the CA in db unless --self-signed is given, in which case the certificate is signed with itself.

OPTIONS

--days=days
Days until the certificate expires (defaults to 3650).
--db=db
OpenSSL database directory (defaults to etc/ssl).
--name=name
Filename to use (default derived from the certificate common name).
--password=password
Password for the CA private key.
--self-signed
Generate a self-signed certificate instead of using the CA.
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-ls(1), certified-yaml(1)

certified-csr(1), certified-revoke(1)

openssl(1), ca(1), req(1), x509(1)

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

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