summaryrefslogtreecommitdiff
path: root/topics/deploy/uthsc-vpn.scm
diff options
context:
space:
mode:
authorArun Isaac2024-06-25 15:26:47 +0100
committerArun Isaac2024-06-25 15:26:47 +0100
commit8dc30fd9c606d016f53252d2c3a81b4d77162f0e (patch)
treeabb3d8bb448273211683307f431a365c9c840535 /topics/deploy/uthsc-vpn.scm
parenta64e8737e9c688814a7bdc8bb007c02f2e869d3f (diff)
downloadgn-gemtext-8dc30fd9c606d016f53252d2c3a81b4d77162f0e.tar.gz
Implement UTHSC VPN TLS certificate override in G-expression.
Diffstat (limited to 'topics/deploy/uthsc-vpn.scm')
-rw-r--r--topics/deploy/uthsc-vpn.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/topics/deploy/uthsc-vpn.scm b/topics/deploy/uthsc-vpn.scm
index c714731..2976bc1 100644
--- a/topics/deploy/uthsc-vpn.scm
+++ b/topics/deploy/uthsc-vpn.scm
@@ -34,6 +34,8 @@
("system_default" . "system_default_sect"))
("system_default_sect"
("Options" . "UnsafeLegacyRenegotiation")))))
+ (setenv "REQUESTS_CA_BUNDLE"
+ #$(local-file "uthsc-certificate.pem"))
(invoke #$(file-append openconnect-sso "/bin/openconnect-sso")
"--server" "uthscvpn1.uthsc.edu"
"--authgroup" "UTHSC"