Guest User

client.ovpn

a guest
Dec 6th, 2021
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. proto udp
  2. remote 123.456.789.123 1194
  3. persist-key
  4. remote-cert-tls server
  5. cipher AES-256-GCM
  6. auth SHA256
  7. verb 3
  8. script-security 2
  9. up /usr/share/openvpn/contrib/pull-resolv-conf/client.up
  10. plugin /usr/lib/openvpn/plugins/openvpn-plugin-down-root.so "/usr/share/openvpn/contrib/pull-resolv-conf/client.down tun0"
  11. <ca>
  12. -----BEGIN CERTIFICATE-----
  13. -----END CERTIFICATE-----
  14. </ca>
  15. <cert>
  16. Certificate:
  17.  
  18. -----BEGIN CERTIFICATE-----
  19. -----END CERTIFICATE-----
  20. </cert>
  21. <key>
  22. -----BEGIN PRIVATE KEY-----
  23. -----END PRIVATE KEY-----
  24. </key>
  25. <tls-crypt>
  26. #
  27. # 2048 bit OpenVPN static key
  28. #
  29. -----BEGIN OpenVPN Static key V1-----
  30. -----END OpenVPN Static key V1-----
  31. </tls-crypt>
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment