Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. [req]
  2. distinguished_name = req_distinguished_name
  3. prompt = no
  4.  
  5. [v3_req]
  6. subjectAltName = @alt_names
  7.  
  8. [alt_names]
  9. DNS.1 = localhost
  10. IP.1 = 127.0.0.1
  11. IP.2 = 10.0.2.2
  12.  
  13. [req_distinguished_name]
  14. commonName = $ENV::COMMON_NAME # CN=
  15. countryName = US # C=
  16. stateOrProvinceName = CA # ST=
  17. localityName = LB # L=
  18. organizationName = CB # O=
  19. organizationalUnitName = VP # OU=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement