P2ss.cnf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #
  2. # SSLeay example configuration file.
  3. # This is mostly being used for generation of certificate requests.
  4. #
  5. RANDFILE = ./.rnd
  6. ####################################################################
  7. [ req ]
  8. default_bits = 2048
  9. default_keyfile = keySS.pem
  10. distinguished_name = req_distinguished_name
  11. encrypt_rsa_key = no
  12. default_md = sha256
  13. [ req_distinguished_name ]
  14. countryName = Country Name (2 letter code)
  15. countryName_default = AU
  16. countryName_value = AU
  17. organizationName = Organization Name (eg, company)
  18. organizationName_value = Dodgy Brothers
  19. 0.commonName = Common Name (eg, YOUR name)
  20. 0.commonName_value = Brother 1
  21. 1.commonName = Common Name (eg, YOUR name)
  22. 1.commonName_value = Brother 2
  23. 2.commonName = Common Name (eg, YOUR name)
  24. 2.commonName_value = Proxy 1
  25. 3.commonName = Common Name (eg, YOUR name)
  26. 3.commonName_value = Proxy 2
  27. [ v3_proxy ]
  28. basicConstraints=CA:FALSE
  29. subjectKeyIdentifier=hash
  30. authorityKeyIdentifier=keyid,issuer:always
  31. proxyCertInfo=critical,@proxy_ext
  32. [ proxy_ext ]
  33. language=id-ppl-anyLanguage
  34. pathlen=0
  35. policy=text:BC