public:software:acme_sh

acme.sh 使用备注

使用 ecc 算法

export Ali_Key=""
export Ali_Secret=""
 
acme.sh --issue -d example.com --keylength ec-256 --dns dns_ali

使用 ecc 算法

export Ali_Key=""
export Ali_Secret=""
 
acme.sh --issue -d example.com --keylength ec-256 --dns dns_ali --challenge-alias example2.com
acme.sh --install-cert --ecc -d example.com \
  --key-file       /path/to/keyfile/in/nginx/key.pem  \
  --fullchain-file /path/to/fullchain/nginx/cert.pem \
  --reloadcmd      "service nginx force-reload"
acme.sh --remove --ecc -d example.com
  • 最后更改: 2020/02/10 19:49
  • 由 Jinkin Liu