tuxmartin

openvpn config

Dec 3rd, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. remote example.net
  2. client
  3. port 443
  4. proto tcp
  5. tls-client
  6. dev tun
  7. pull
  8. comp-lzo
  9. verb 3
  10. persist-key
  11. persist-tun
  12.  
  13. <cert>
  14. ...
  15. </cert>
  16.  
  17. <key>
  18. ...
  19. </key>
  20.  
  21.  
  22. <ca>
  23. ..
  24. </ca>
Advertisement
Add Comment
Please, Sign In to add comment