728x90
https://hoing.io/archives/11906
위 자료에서 확인할수 있지만 추가적으로 정리해드리겠습니다.
https://skout90.github.io/2018/09/01/Web/https-nginx-setup/
https://gist.github.com/chrisjm/32a782317e377d52cc95fda8777e8dfe
[Ubuntu] CERTBOT 설치.
만약 apt 같은 OS 패키지 관리자를 사용하여 설치된 Certbot 패키지가 있는 경우 기존 Certbot은 제거해야 합니다. 다음 명령어로 Certbot을 제거해 주세요.
sudo apt-get remove certbot
이제 snap을 사용해 최신 Certbot을 설치해 줍니다. 다음 명령어로 snap을 사용해 Certbot을 설치합니다.
sudo snap install --classic certbot
설치가 완료되면 다음 명령어를 실행해 certbot 명령을 실행할 수 있는지 확인합니다.
sudo ln -s /snap/bin/certbot /usr/bin/certbot
'Server > Linux' 카테고리의 다른 글
[Linux] CentOS 방화벽 설정 - iptables (0) | 2023.07.05 |
---|---|
[Linux] 리눅스 로그 파일 관리(정리 자동화) (0) | 2023.06.29 |
[PuTTY] Permission denied (publickey,gssapi-keyex,gassapi-with-mic) (0) | 2022.04.04 |
[Linux] SELinux 끄기 및 임시 비활성화 방법 (0) | 2021.12.09 |
댓글