8
Certbotプラグインをインストールする方法は?
このチュートリアルに従ってCertbotをインストールしました。 sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-nginx そして今、証明書を設定したいのですが、dns-digitaloceanプラグインが必要です: # certbot certonly --dns-digitalocean Saving debug log to /var/log/letsencrypt/letsencrypt.log Could not choose appropriate plugin: The requested dns-digitalocean plugin does not appear to be installed The requested dns-digitalocean plugin does not appear to be installed 私はそれをインストールしようとしましたpip: pip install certbot-dns-digitalocean …