first commit
This commit is contained in:
18
服务器相关/ssl.txt
Normal file
18
服务器相关/ssl.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
cf 域名
|
||||
|
||||
export CF_Key="823b2b6c16ae5bee186028dc6cd65d08c885a"
|
||||
export CF_Email="PzNhM1lU5dZDLVESj83@proton.me"
|
||||
|
||||
|
||||
acme.sh --issue -d "buyusdt.xyz" -d "*.buyusdt.xyz" --dns dns_cf \
|
||||
--key-file /mnt/disk2/programming/https证书/buyusdt.xyz/buyusdt.xyz.key \
|
||||
--fullchain-file /mnt/disk2/programming/https证书/buyusdt.xyz/buyusdt.xyz.pem
|
||||
|
||||
|
||||
Namesilo 域名
|
||||
|
||||
export Namesilo_Key="107c86dd52006c57a90728"
|
||||
|
||||
acme.sh --issue -d "bmycode.help" -d "*.bmycode.help" --dns dns_namesilo --dnssleep 3 \
|
||||
--key-file /mnt/disk2/programming/https证书/bmycode.help/bmycode.help.key \
|
||||
--fullchain-file /mnt/disk2/programming/https证书/bmycode.help/bmycode.help.pem
|
||||
Reference in New Issue
Block a user