openssl.conf 665 B

12345678910111213141516171819202122232425
  1. # This definition stops the following lines choking if HOME isn't defined.
  2. HOME = .
  3. RANDFILE = $ENV::HOME/.rnd
  4. [ req ]
  5. distinguished_name = req_distinguished_name
  6. x509_extensions = v3
  7. string_mask = utf8only
  8. prompt = no
  9. [ req_distinguished_name ]
  10. countryName = CA
  11. stateOrProvinceName = Quebec
  12. localityName = Montreal
  13. 0.organizationName = cyphermox
  14. commonName = Secure Boot Signing
  15. emailAddress = Larry.Finger@lwfinger.net
  16. [ v3 ]
  17. subjectKeyIdentifier = hash
  18. authorityKeyIdentifier = keyid:always,issuer
  19. basicConstraints = critical,CA:FALSE
  20. extendedKeyUsage = codeSigning,1.3.6.1.4.1.311.10.3.6,1.3.6.1.4.1.2312.16.1.2
  21. nsComment = "OpenSSL Generated Certificate"0`