Guest User

Untitled

a guest
Oct 19th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. dir = ./demoCA # Where everything is kept
  2. certs = $dir/certs # Where the issued certs are kept
  3. crl_dir = $dir/crl # Where the issued crl are kept
  4. database = $dir/index.txt # database index file.
  5. #unique_subject = no # Set to 'no' to allow creation of
  6. # several ctificates with same subject.
  7. new_certs_dir = $dir/newcerts # default place for new certs.
  8.  
  9. certificate = $dir/cacert.pem # The CA certificate
  10. serial = $dir/serial # The current serial number
  11. crlnumber = $dir/crlnumber # the current crl number
  12. # must be commented out to leave a V1 CRL
  13. crl = $dir/crl.pem # The current CRL
  14. private_key = $dir/private/cakey.pem# The private key
  15. RANDFILE = $dir/private/.rand # private random number file
  16.  
  17. x509_extensions = usr_cert # The extentions to add to the cert
Add Comment
Please, Sign In to add comment