Guest User

Untitled

a guest
Jun 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [ req ]
  2. default_keyfile = wildcard_privatekey.pem
  3. distinguished_name = req_distinguished_name
  4. encrypt_key = no
  5. string_mask = nombstr
  6. req_extensions = v3_req # Extensions to add to certificate request
  7.  
  8. [ req_distinguished_name ]
  9. commonName = Common Name (eg, YOUR name)
  10. commonName_default = *.riseup.net
  11. commonName_max = 64
  12.  
  13. [ v3_req ]
  14. subjectAltName=DNS:riseup.net, DNS:*.riseup.net
  15. keyUsage=serverAuth,clientAuth
Add Comment
Please, Sign In to add comment