Advertisement
Guest User

Untitled

a guest
May 3rd, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. nmcli connection add connection.id "VPN" connection.type vpn autoconnect no vpn.service-type org.freedesktop.NetworkManager.openconnect vpn.data "
  2. protocol = anyconnect,
  3. authtype = cert,
  4. gateway = GATEWAY,
  5. cookie-flags = 2,
  6. allow_no_stub = yes,
  7. autoconnect-flags = 0,
  8. certsigs-flags = 0,
  9. csd_wrapper = /usr/share/openconnect/csd.sh,
  10. enable_csd_trojan = yes,
  11. gateway-flags = 2,
  12. gwcert-flags = 2,
  13. lasthost-flags = 0,
  14. no_xml_post = yes,
  15. pem_passphrase_fsid = no,
  16. prevent_invalid_cert = no,
  17. stoken_source = disabled,
  18. usercert = /etc/certs/vpn.pem,
  19. userkey = pkcs11:manufacturer=STMicro;serial=0000000000000000;token=LABEL;id=%64%64%65%63%36%62%38%36%66%30%62%39%32%33%34%33;object=KEY_LABEL;type=private;pin-value=userpin,
  20. cacert = /etc/certs/ca.pem,
  21. xmlconfig-flags = 0,
  22. service-type=org.freedesktop.NetworkManager.openconnect"
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement