AdGuardHome Tools/AdGuard Home 2023. 2. 14. [Adguard Home] 인증서 자동 갱신 Let's Encrypt 하위 폴더에 보면 아래와 같이 pre, post 폴더가 있다. /etc/letsencrypt/renewal-hooks/pre /etc/letsencrypt/renewal-hooks/post 해당 폴더에 쉘 스크립트를 넣어두면 인증서 갱신 전 후에 자동으로 스크립트를 실행 시킬 수 있다. Step pre 폴더 하위에 prehook.sh 파일을 생성해서 AdGuard Home 을 종료하는 명령을 넣어준다. (파일명은 무관함) nano /etc/letsencrypt/renewal-hooks/pre/prehook.sh #!/bin/bash sudo /opt/AdGuardHome/AdGuardHome -s stop post 폴더에도 posthook.sh 파일을 생성해서 인증서 갱신이 완료.. Tools/AdGuard Home 2021. 11. 5. [AdGuard Home] Let's encrypt SSL 인증서 설정 기존 certbot 제거 apt-get remove certbot snap 설치 $ sudo apt update $ sudo apt install snapd You will also need to reboot your device. This can be accomplished from the terminal (and from the desktop), but make sure you save any open documents first: $ sudo reboot After this, install the core snap in order to get the latest snapd. $ sudo snap install core snap 을 통해 최신 certbot 설치 sudo snap install --c.. 이전 1 다음