Jayden

Jayden

Apply Certificate

Install acme#

curl https://get.acme.sh | sh; apt install socat -y || yum install socat -y; ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt

Apply certificate#

Three ways are provided below, choose the one you can access.

~/.acme.sh/acme.sh --issue -d example.com --standalone -k ec-256 --force --insecure
~/.acme.sh/acme.sh --register-account -m "${RANDOM}@chacuo.net" --server buypass --force --insecure && ~/.acme.sh/acme.sh --issue -d example.com --standalone -k ec-256 --force --insecure --server buypass
~/.acme.sh/acme.sh --register-account -m "${RANDOM}@chacuo.net" --server zerossl --force --insecure && ~/.acme.sh/acme.sh --issue -d example.com --standalone -k ec-256 --force --insecure --server zerossl

Install Apply certificate#

~/.acme.sh/acme.sh --install-cert -d example.com --ecc --key-file /etc/pki/server.key --fullchain-file /etc/pki/server.crt

此文由 Mix Space 同步更新至 xLog
原始链接为 https://xxu.do/posts/geek/Apply-Certificate


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.