【发布时间】:2020-04-04 17:29:36
【问题描述】:
我添加了一个域。
想要使用 certbot 为新域启用 https。
关注这个https://certbot.eff.org/lets-encrypt/ubuntubionic-apache
sudo certbot --apache
[sudo] password for qq:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: old.example.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel):
我只能看到我的旧域。我通过新域有 ssh。
如何添加新域?
【问题讨论】:
-
您是否有新的主机解析器并在 apache 中进行了配置?
-
@RomeoNinov 我不知道。这个设置在哪里?
-
你的主机操作系统是什么,你如何安装apache?你是怎么配置的?
-
Ubuntu。我使用了 apt-get。