安装命令客户端 root@instance:~# apt install certbot 申请域名证书(使用dns验证域名拥有者),证书文件保存在/etc/letsencrypt/live目录下 root@instance:~# certbot certonly -d *.mydomain.com -d mydomain.com --manual --preferred-challenges dns 查看已申请的证书信息 root@instance:~# certbot certificates
|