차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
| homeserverwithdebian:certbotandapache2 [2024/04/14 10:08] – [4. DDNS 자동 갱신] baecy | homeserverwithdebian:certbotandapache2 [2024/08/05 09:32] (현재) – [3. Certbot 설정] baecy | ||
|---|---|---|---|
| 줄 41: | 줄 41: | ||
| sudo systemctl restart apache2 | sudo systemctl restart apache2 | ||
| sudo systemctl status certbot.timer | sudo systemctl status certbot.timer | ||
| - | \\ | + | |
| + | 다음과 같은 메세지 출력시에는 | ||
| + | <code bash cmdout> | ||
| + | Unable to find corresponding HTTP vhost; | ||
| + | Unable to create one as intended addresses conflict; | ||
| + | Current configuration does not support automated redirection | ||
| + | </ | ||
| + | |||
| + | 이 방법으로 적용 | ||
| + | <code bash> | ||
| + | certbot certonly --standalone -d gamu.kr, | ||
| + | </ | ||
| ==== 4. DDNS 자동 갱신 ==== | ==== 4. DDNS 자동 갱신 ==== | ||
| **/ | **/ | ||
| 줄 51: | 줄 62: | ||
| Type=oneshot | Type=oneshot | ||
| ## DNSZi 사이트에서 코드 발행후 입력 | ## DNSZi 사이트에서 코드 발행후 입력 | ||
| - | ExecStart=/ | + | ExecStart=$(type -p wget) -q -O - ' |
| **/ | **/ | ||