Update sb.sh
This commit is contained in:
@@ -312,7 +312,7 @@ readp "请选择【1-2】:" menu
|
||||
if [ -z "$menu" ] || [ "$menu" = "1" ] ; then
|
||||
zqzs
|
||||
else
|
||||
bash <(curl -Ls https://gitlab.com/rwkgyg/acme-script/raw/main/acme.sh)
|
||||
bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/acme-yg/main/acme.sh)
|
||||
if [[ ! -f /root/ygkkkca/cert.crt && ! -f /root/ygkkkca/private.key && ! -s /root/ygkkkca/cert.crt && ! -s /root/ygkkkca/private.key ]]; then
|
||||
red "Acme证书申请失败,继续使用自签证书"
|
||||
zqzs
|
||||
|
||||
Reference in New Issue
Block a user