ssl 인증 갱신이 오류나서
본문
검색을 해보니
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install certbot
$ sudo apt install python-certbot-nginx
이렇게 하면 된다고해서 했는데
마지막에서 에러가 나네요~
E: Package 'python-certbot-nginx' has no installation candidate
Attempting to renew cert (도메인) from /etc/letsencrypt/renewal/도메인.conf produced an unexpected error: The manual plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.'). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/도메인/fullchain.pem (failure)
에러 메시지는 위와 같이 나구요..
환경은 우분투 20.4, php 7.4 , nginx 입니다.
답변 2
1. 제일 처음에 어떻게 설치하신건가요?
2. Nginx 쓰시나요?
3. 오라클 클라우드인가요?
4. 도커로 설치하셨나요?
sudo add-apt-repository universe
sudo apt-get update
위처럼 진행해도 안되나요?