Jam*_*mes 4 apache ssl ssl-certificate lets-encrypt
我使用了“让我们加密”功能来允许我在服务器上设置SSL / HTTPS。
问题是我也运行了许多子域,这些都包括在初始安装中,但是现在回头看看-证书详细信息显示它是颁发给我的一个子域的。
我想将其更改为我的基本域,但是我不确定如何执行此操作。
我试过跑步 letsencrypt-auto --apache -d example.me -d www.example.me -d mysql.example.me
该过程已完成,但未更改任何内容,因为证书已经颁发。
我现在如何更改证书,或重新颁发证书,以便将其发布到我的基本域?
您可以简单地强制续订:
./certbot --apache -d example.me -d www.example.me -d mysql.example.me --force-renewal
Run Code Online (Sandbox Code Playgroud)
参考:https : //community.letsencrypt.org/t/change-base-domain-name-for-lets-encrypt-ssl-certificate-in-certbot/16955/2
| 归档时间: |
|
| 查看次数: |
5978 次 |
| 最近记录: |