letsencrypt 生成免费的证书

curl  https://get.acme.sh | sh

alias acme.sh=~/.acme.sh/acme.sh

acme.sh  --issue  -d mydomain.com -d www.mydomain.com  --webroot  /home/wwwroot/mydomain.com/

发表回复