18 lines
666 B
Plaintext
18 lines
666 B
Plaintext
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 |