(Let’s Encrypt config directory change)
(Let’s Encrypt certificate directory change)
(/etc/letsencrypt change)
* --config-dir 옵션으로 키파일 위치 변경 가능
$ certbot-auto certonly --webroot --webroot-path=/var/www --config-dir /변경할/디렉토리 -d 도메인 -d 추가도메인
* 인증서 생성시 --config-dir 옵션을 사용해서 설정 디렉토리를 변경한 경우, 이후 certbot-auto 관련 명령시 --config-dir 옵션 추가 필요
$ certbot-auto renew --config-dir /설정한/디렉토리
참고: https://letsencrypt.readthedocs.io/en/latest/using.html#lock-files
'개발' 카테고리의 다른 글
MySQL 슬레이브 추가를 위한 mysqldump를 기존 슬레이브에서 실행 (0) | 2020.02.05 |
---|---|
PHP Session handler Redis 설정 (0) | 2017.12.22 |
uCloud NAS 연결 (0) | 2017.12.22 |
Hshare Demon Install (CentOS 6.9) (0) | 2017.12.22 |
[CodeIgniter] URL에서 index.php 제거 (0) | 2017.03.20 |