Advertisement
Guest User

Untitled

a guest
Jun 17th, 2014
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 158a159
  2. > # http://stackoverflow.com/questions/24255205/openssl-error-loading-extension-section-usr-cert
  3. 171c172
  4. < # nsCertType = server
  5. ---
  6. > # nsCertType = server
  7. 186c187
  8. < nsComment = "Easy-RSA Generated Certificate"
  9. ---
  10. > nsComment = "OpenSSL Generated Certificate"
  11. 190,193c191
  12. < authorityKeyIdentifier=keyid,issuer:always
  13. < extendedKeyUsage=clientAuth
  14. < keyUsage = digitalSignature
  15. <
  16. ---
  17. > authorityKeyIdentifier=keyid,issuer
  18. 198c196,198
  19. < subjectAltName=$ENV::KEY_ALTNAMES
  20. ---
  21. > # An alternative to produce certificates that aren't
  22. > # deprecated according to PKIX.
  23. > # subjectAltName=email:move
  24. 203c203
  25. < #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
  26. ---
  27. > #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
  28. 209a210,211
  29. > # This is required for TSA certificates.
  30. > # extendedKeyUsage = critical,timeStamping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement