Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:openvpn [2010/03/06 00:49] Nicopublic:openvpn [2010/03/06 01:00] (current) Nico
Line 272: Line 272:
  
 <code> <code>
-  FT-DEV01-PAR:/etc/openvpn/easy-rsa# ./build-key j.doe+  host:/etc/openvpn/easy-rsa# ./build-key j.doe
   Generating a 1024 bit RSA private key   Generating a 1024 bit RSA private key
   .........++++++   .........++++++
Line 312: Line 312:
 </code> </code>
  
-A zip file name <user>_vpn.zip will the be created in /tmp/ with all necessary files, send it to the user via encrypted channel.+A zip file name j.doe_vpn.zip will the be created in /tmp/ with all necessary files, send it to the user via encrypted channel; if you **really** do want to send it over e-mail, you can use [[http://caspian.dotconf.net/menu/Software/SendEmail/|SendEmail]]: 
 + 
 +<code> 
 +# sendEmail -f vpn@example.com -t j.doe@example.com -u "VPN certificate" -m "here it is." -a /tmp/j.doe_vpn.zip 
 +</code>
  
 ====== Revoke certificate ====== ====== Revoke certificate ======