리눅스/기타
letsencrypt 인증서 발급 명령어
Rohin
2020. 2. 11. 15:55
반응형
와일드카드
./certbot-auto certonly --manual --preferred-challenges dns -d "*.도메인명" -d "도메인명"
단일도메인
./letsencrypt-auto certonly -a webroot --agree-tos -m 이메일 -w 소스경로 -d 도메인명 --rsa-key-size 4096
갱신명령어
./certbot-auto renew