如果想弄成自动续签的证书 还要把阿里云的apikey配置上, 个人感觉不太安全,就不弄了。就手动申请吧, 也不费事。 执行下面的命令,然后会进入交互界面。
1 |
sudo certbot certonly --manual --preferred-challenges=dns-01 --register-unsafely-without-email |
1 2 3 |
certonly --manual #这两个参数代表进入交互模式 --preferred-challenges=dns-01 #这个代表使用dns验证 --register-unsafely-without-email #如果不加这个参数,需要你输入邮箱。 反正是自己用,就不加邮箱了。 |
当出现:Please enter the domain name(s) you would like on your certificate (comma and/or space separated) (Enter ‘c’ to cancel) 的时候,就输入要申请证书的域名, 如果要…