From b51052f0c66373ab7b3cd57bd83590bbe56011c8 Mon Sep 17 00:00:00 2001 From: zzzzzhy Date: Thu, 16 Jan 2025 20:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E8=BD=AF=E4=BB=B6=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/https | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/https b/bin/https index 11605ed36..d2fec909e 100644 --- a/bin/https +++ b/bin/https @@ -191,6 +191,7 @@ upgrade_cert(){ } check_expire(){ + apk add --no-cache openssl socat find ${SSL_PATH} -type f -name "*.key" | while read -r file; do CERT_PATH=$file expiry_date=$(openssl x509 -enddate -noout -in "$CERT_PATH" | cut -d= -f2)