在apache的官方certbot文档(https://certbot.eff.org/lets-encrypt/ubuntubionic-apache.html)中,它说您应该这样做
sudo apt-get install python3-certbot-dns-<PLUGIN>但是,当我开始键入那个,然后在dns之后输入double TAB时,我只得到以下选项:
python3-certbot-dns-cloudflare python3-certbot-dns-dnsimple python3-certbot-dns-rfc2136
python3-certbot-dns-digitalocean python3-certbot-dns-google python3-certbot-dns-route53 如果您有不同的DNS提供程序,还可以这样做吗?
发布于 2020-02-26 17:08:28
如果未列出dns提供程序,则必须使用手动插件。只需在https://certbot.eff.org/docs/using.html#manual查看文档即可
https://serverfault.com/questions/1004647
复制相似问题