新增凤凰城节点

This commit is contained in:
zeaslity
2024-11-28 20:11:31 +08:00
parent c9f69d595e
commit 08a1cd52f6
34 changed files with 123 additions and 83 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/bash
export DOMAIN_NAME=xx.tc.hk.go.107421.xyz
export DOMAIN_NAME=book.107421.xyz
export DOMAIN_NAME=octopus.107421.xyz
export DOMAIN_NAME=xx.t2.ll.c0.107421.xyz
export DOMAIN_NAME=zc.p4.cc.xx.107421.xyz
export CF_Token="oXJRP5XI8Zhipa_PtYtB_jy6qWL0I9BosrJEYE8p"
export CF_Account_ID="dfaadeb83406ef5ad35da02617af9191"
export CF_Zone_ID="511894a4f1357feb905e974e16241ebb"
acme.sh --issue --dns dns_cf -d ${DOMAIN_NAME} --keylength ec-256
acme.sh --install-cert -d ${DOMAIN_NAME} --ecc \
--key-file /etc/nginx/conf.d/ssl_key/${DOMAIN_NAME}.key.pem \
--fullchain-file /etc/nginx/conf.d/ssl_key/${DOMAIN_NAME}.cert.pem \
--reloadcmd "systemctl restart nginx --force"