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 …