From 65cdc423eb6a883a92a1207ae4f229137947a360 Mon Sep 17 00:00:00 2001 From: Hanada Date: Wed, 18 Jun 2025 13:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20get=5Fcert=5Fid=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95=EF=BC=8C=E5=A2=9E=E5=8A=A0=20config=20?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=BB=A5=E6=94=AF=E6=8C=81=E6=9B=B4=E7=81=B5?= =?UTF-8?q?=E6=B4=BB=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/deploy/aliyun.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/deploy/aliyun.php b/app/lib/deploy/aliyun.php index fc58c3f..99fdd75 100644 --- a/app/lib/deploy/aliyun.php +++ b/app/lib/deploy/aliyun.php @@ -74,7 +74,7 @@ class aliyun implements DeployInterface } } - private function get_cert_id($fullchain, $privatekey) + private function get_cert_id($fullchain, $privatekey, $config) { $certInfo = openssl_x509_parse($fullchain, true); if (!$certInfo) throw new Exception('证书解析失败');