Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [root@127 ssl]# openssl req -new -key dhkey2.pem -out dhkey2.csr
  2. You are about to be asked to enter information that will be incorporated
  3. into your certificate request.
  4. What you are about to enter is what is called a Distinguished Name or a DN.
  5. There are quite a few fields but you can leave some blank
  6. For some fields there will be a default value,
  7. If you enter '.', the field will be left blank.
  8. -----
  9. Country Name (2 letter code) [AU]:US
  10. State or Province Name (full name) [Some-State]:LA
  11. Locality Name (eg, city) []:NA
  12. Organization Name (eg, company) [Internet Widgits Pty Ltd]:NA
  13. Organizational Unit Name (eg, section) []:NA
  14. Common Name (e.g. server FQDN or YOUR name) []:example5.com
  15. Email Address []:
  16.  
  17. Please enter the following 'extra' attributes
  18. to be sent with your certificate request
  19. A challenge password []:
  20. An optional company name []:
  21. 140106512160400:error:060A109E:digital envelope routines:DO_SIGVER_INIT:no default digest:m_sigver.c:84:
  22. [root@127 ssl]# openssl req -new -key dhkey2.pem -out dhkey2.csr
  23. You are about to be asked to enter information that will be incorporated
  24. into your certificate request.
  25. What you are about to enter is what is called a Distinguished Name or a DN.
  26. There are quite a few fields but you can leave some blank
  27. For some fields there will be a default value,
  28. If you enter '.', the field will be left blank.
  29. -----
  30. Country Name (2 letter code) [AU]:US
  31. State or Province Name (full name) [Some-State]:CA
  32. Locality Name (eg, city) []:LA
  33. Organization Name (eg, company) [Internet Widgits Pty Ltd]:NA
  34. Organizational Unit Name (eg, section) []:NA
  35. Common Name (e.g. server FQDN or YOUR name) []:example5.com
  36. Email Address []:postmaster@ssltool.org
  37.  
  38. Please enter the following 'extra' attributes
  39. to be sent with your certificate request
  40. A challenge password []:
  41. An optional company name []:
  42. 140297839220368:error:060A109E:digital envelope routines:DO_SIGVER_INIT:no default digest:m_sigver.c:84:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement