sudo certbot certonly –standalone –cert-name 대표도메인 -d 대표도메인 -d 추가도메인 -d 추가도메인 [원하는 만큼]
오류가 발생하는지 확인하기 위해 시뮬레이션하려면 –standalone 옵션 뒤에 –dry-run 옵션을 추가해주면 된다.
sudo certbot certonly –standalone –dry-run –cert-name 대표도메인 -d 대표도메인 -d 추가도메인 -d 추가도메인 [원하는 만큼]