Advertisement
ak47suk1

contoh ./build-key vpn user

Oct 24th, 2012
1,997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. # ./build-key contoh1
  2. Generating a 2048 bit RSA private key
  3. .................+++
  4. ...........................................................................................+++
  5. writing new private key to 'contoh1.key'
  6. -----
  7. You are about to be asked to enter information that will be incorporated
  8. into your certificate request.
  9. What you are about to enter is what is called a Distinguished Name or a DN.
  10. There are quite a few fields but you can leave some blank
  11. For some fields there will be a default value,
  12. If you enter '.', the field will be left blank.
  13. -----
  14. Country Name (2 letter code) [MY]:
  15. State or Province Name (full name) [N9]:
  16. Locality Name (eg, city) [Nilai]:
  17. Organization Name (eg, company) [takkisah]:
  18. Organizational Unit Name (eg, section) [changeme]:
  19. Common Name (eg, your name or your server's hostname) [contoh1]:
  20. Name [changeme]:
  21. Email Address [mail@host.domain]:
  22.  
  23. Please enter the following 'extra' attributes
  24. to be sent with your certificate request
  25. A challenge password []:
  26. An optional company name []:
  27. Using configuration from /etc/openvpn/easy-rsa/openssl.cnf
  28. Check that the request matches the signature
  29. Signature ok
  30. The Subject's Distinguished Name is as follows
  31. countryName :PRINTABLE:'MY'
  32. stateOrProvinceName :PRINTABLE:'N9'
  33. localityName :PRINTABLE:'Nilai'
  34. organizationName :PRINTABLE:'takkisah'
  35. organizationalUnitName:PRINTABLE:'changeme'
  36. commonName :PRINTABLE:'contoh1'
  37. name :PRINTABLE:'changeme'
  38. emailAddress :IA5STRING:'emel@emelanda'
  39. Certificate is to be certified until Oct 23 03:46:30 2022 GMT (3650 days)
  40. Sign the certificate? [y/n]:y
  41.  
  42.  
  43. 1 out of 1 certificate requests certified, commit? [y/n]y
  44. Write out database with 1 new entries
  45. Data Base Updated
  46. root@sas-moodle:/etc/openvpn/easy-rsa#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement