sudo certbot --nginx
Nginx SSL 설정 중 위 명령어 실행 시 발생 할 수 있는 에러.
sudo snap install certbot --classic
이후
sudo apt-get install python3-certbot-nginx
설치 하지 않아 발생한다.
sudo snap install certbot --classic
설치 시 python이 같이 설치 되는데 nginx와 묶이지 않아 발생하는 것으로 보인다.
- 결론
sudo snap install certbot --classic
sudo apt-get install python3-certbot-nginx
* ubuntu 18.03버전 이하는 sudo apt-get install python-certbot-nginx
'Trouble Shooting > Infra' 카테고리의 다른 글
Docker too many requests: You have reached your pull rate limit. Amazon Linux 2 이미지 pull 에러 해결 (0) | 2024.08.21 |
---|---|
[rejected] main -> main (fetch first) error: failed to push some refs to (0) | 2024.08.16 |
deploying WSL2 distributions ensuring main distro is deployed (0) | 2024.07.29 |
docker overlay2 (서버 용량) (0) | 2023.05.31 |
Redis connection refused (docker) (0) | 2023.05.31 |