반응형
무료인증서 Letsencrypt 사용법
설치
snap install --classic certbot
등록
- 중괄호 {} 없이 수정후 실행하면된다.
certbot certonly --apache -m {webmaster@testmail.com} -d {domain.com} -n --agree-tos
직접 실행시
sh /root/certbot-auto certonly --apache -m {webmaster@testmail.com} -d {domain.com} -n --agree-tos
LIST
'OS > LINUX' 카테고리의 다른 글
phpMyAdmin 업로드 용량 upload_max_filesize / php.ini (0) | 2024.11.13 |
---|---|
Fail2ban 명령어 정리 / 목록 / 차단 / 해제 (0) | 2024.11.13 |