mirror of
https://github.com/os-mnemo/pan-globalprotect-okta
synced 2026-07-31 07:44:38 +02:00
2a1fb948fc
Rename `--show-list-of-gateways` to `--list-gateways` and fix it (sometimes gateways can be listed only after authentication). Reorder configuration file to be more sane.
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
debug = 0
|
|
|
|
vpn_url = https://vpn.example.com
|
|
#vpn_url_cert = vpn_url.cert
|
|
|
|
okta_url = https://example.okta.com
|
|
#okta_url_cert = okta_url.cert
|
|
|
|
#gateway = NEWYORK1-GW # optional gateway name to choose
|
|
#gateway_url = https://ny1-gw.my.lan # optional gateway url to authenticate
|
|
another_dance = 0 # second round of authentication
|
|
|
|
username = myuser
|
|
password = mypass
|
|
#client_cert = path-to-myusers-client-cert-as-unencrypted-pem-file.pem
|
|
|
|
# mfa_order = totp sms
|
|
sms.okta = 0
|
|
#totp.okta = ABCDEFGHIJKLMNOP
|
|
#totp.google = ABCDEFGHIJKLMNOP
|
|
#totp.symantec = ABCDEFGHIJKLMNOP
|
|
|
|
|
|
#openconnect_cmd = sudo openconnect
|
|
#openconnect_certs = path-to-a-writeable-filename-in-which-the-script-will-collect-all-involved-server-certs-if-not-set-a-temp-file-is-used-instead
|
|
openconnect_args = # optional arguments to openconnect
|
|
execute = 0 # execute openconnect command
|
|
bug.nl = 0 # newline work-around for openconnect
|
|
bug.username = 0 # username work-around for openconnect
|