Usage CA

CRL

  • Generate CRL : $ openssl ca -gencrl -config conf/req.cnf -out crl/revoke.pem -crldays 30
  • Convert to DER format (used by browsers) : $ openssl crl -in crl/revoke.pem -outform DER -out crl/revoke.crl

Revoke a certificate

  • $ openssl ca -revoke newCerts/01.pem -config conf/req.cnf

Sign with different predefined extensions

  • $ openssl ca -config conf/req.cnf -in req.pem -extensions serverClientCertificate -out signedReq.pem
 
openssl/ca/usage.txt · Last modified: 2009/02/26 15:20 by tchetch
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki