From 99d7379ef3cca929cca0e3d5892a883cc65f071a Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 6 Feb 2022 22:04:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=82=AE=E7=AE=B1=E5=9C=B0?= =?UTF-8?q?=E5=9D=80,=E5=8F=96=E6=B6=88=E4=BD=BF=E7=94=A8letsencrypt?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xray.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xray.sh b/xray.sh index 942e066..4e6e362 100644 --- a/xray.sh +++ b/xray.sh @@ -549,10 +549,10 @@ getCert() { systemctl start cron systemctl enable cron fi - curl -sL https://get.acme.sh | sh -s email=hijk.pw@protonmail.sh + curl -sL https://get.acme.sh | sh -s email=vincent0214001@gmail.sh source ~/.bashrc ~/.acme.sh/acme.sh --upgrade --auto-upgrade - ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt + # ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt if [[ "$BT" = "false" ]]; then ~/.acme.sh/acme.sh --issue -d $DOMAIN --keylength ec-256 --pre-hook "systemctl stop nginx" --post-hook "systemctl restart nginx" --standalone --httpport 9999 else