test.example.com
이미 존재하는 인증서에 도메인 을 추가하려고합니다 example.com
. 기존 인증서에 도메인을 추가하고 이전 인증서를 대체하려면 어떻게합니까?
이 몇 가지 명령을 시도했습니다
./letsencrypt-auto certonly --cert-path /etc/letsencrypt/archive/example.com --expand -d test.example.com
./letsencrypt-auto certonly -d example.com --expand -d test.example.com
결과 : 둘 다 새 폴더 test.example.com-0001에 새로운 인증서를 생성했습니다.
./letsencrypt-auto certonly --renew-by-default --expand -d test.example.com
결과 : test.example.com 오류 폴더가 이미 있습니다.
./letsencrypt-auto renew --expand -d orange.fidka.com
결과 : 오류, 인증서가 만료 된 경우에만 갱신 할 수 있습니다.
certbot --expand
이 질문은 IMO에서 요구하는 것과 가까이 인