Advertisement
lamiastella

csr key from godady in Amazon EC2

Sep 17th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. Create new godaddy csr/key for buhcomp
  2.  
  3. ubuntu@ip-172-31-43-224:~$ openssl req -new -newkey rsa:2048 -nodes -keyout buhcomp.key -out buhcomp.csr
  4. Generating a 2048 bit RSA private key
  5. ..........................................................................................................................................................................+++
  6. .......+++
  7. writing new private key to 'buhcomp.key'
  8. -----
  9. You are about to be asked to enter information that will be incorporated
  10. into your certificate request.
  11. What you are about to enter is what is called a Distinguished Name or a DN.
  12. There are quite a few fields but you can leave some blank
  13. For some fields there will be a default value,
  14. If you enter '.', the field will be left blank.
  15. -----
  16. Country Name (2 letter code) [AU]:US
  17. State or Province Name (full name) [Some-State]:massachusetts
  18. Locality Name (eg, city) []:Boston
  19. Organization Name (eg, company) [Internet Widgits Pty Ltd]:Boston University
  20. Organizational Unit Name (eg, section) []:Computer Science Department
  21. Common Name (e.g. server FQDN or YOUR name) []:Mona Jalal
  22. Email Address []:jalal@bu.edu
  23.  
  24. Please enter the following 'extra' attributes
  25. to be sent with your certificate request
  26. A challenge password []:MINE
  27. An optional company name []:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement