From e86c3dedae03c62890377ff424c498100e757763 Mon Sep 17 00:00:00 2001 From: Xlous <35778015+ixmu@users.noreply.github.com> Date: Wed, 12 Jul 2023 00:02:10 +0800 Subject: [PATCH] Update cc-custom.sh --- Anyconnect/cc-custom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Anyconnect/cc-custom.sh b/Anyconnect/cc-custom.sh index fa1c9a5..ab67008 100644 --- a/Anyconnect/cc-custom.sh +++ b/Anyconnect/cc-custom.sh @@ -6,4 +6,5 @@ UserPasswd=`openssl passwd 1810813019` echo -e "1810813019:Default:${UserPasswd}" >>/etc/ocserv/ocpasswd sed -i 's/max-clients = 0/max-clients = 64/g' /etc/ocserv/ocserv.conf sed -i 's/max-same-clients = 0/max-same-clients = 64/g' /etc/ocserv/ocserv.conf +curl -sSL https://raw.githubusercontent.com/ixmu/Note/master/Anyconnect/ocserv/ca.cert.pem > /etc/ocserv/ca.cert.pem reboot