Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$ source ./vars
  2. NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/ keys
  3. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$ sudo ./clean-all
  4. Please source the vars script first (i.e. "source ./vars")
  5. Make sure you have edited it to reflect your configuration.
  6. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$ sudo ./build-ca
  7. Please edit the vars script to reflect your configuration,
  8. then source it with "source ./vars".
  9. Next, to start with a fresh PKI configuration and to delete any
  10. previous certificates and keys, run "./clean-all".
  11. Finally, you can run this tool (pkitool) to build certificates/keys.
  12. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$ sudo ./build-key-server MyVPN
  13. Please edit the vars script to reflect your configuration,
  14. then source it with "source ./vars".
  15. Next, to start with a fresh PKI configuration and to delete any
  16. previous certificates and keys, run "./clean-all".
  17. Finally, you can run this tool (pkitool) to build certificates/keys.
  18. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$ sudo ./build-dh
  19. Please source the vars script first (i.e. "source ./vars")
  20. Make sure you have edited it to reflect your configuration.
  21. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$ ls
  22. build-ca build-key-pkcs12 inherit-inter pkitool
  23. build-dh build-key-server list-crl revoke-full
  24. build-inter build-req openssl-0.9.6.cnf sign-req
  25. build-key build-req-pass openssl-0.9.8.cnf vars
  26. build-key-pass clean-all openssl-1.0.0.cnf whichopensslcnf
  27. k2gremlin@SquidTrans:/etc/openvpn/easy-rsa$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement