d:\BIZN\API\win-acme.v2.1.22.1267.x64.pluggable>certbot certonly --force-renew -d url주소(http 빼고 적기)
Saving debug log to C:\Certbot\log\letsencrypt.log
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Spin up a temporary webserver (standalone)
2: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Renewing an existing certificate for app.sparkpluswash.com
Input the webroot for 해당url: (Enter 'c' to cancel): 해당 url의 root 주소
+ 현재 서버 셋팅의 경우 nginx 셋팅으로 인해서 dist파일이 root 로 설정되어 있다
예를 들어 해당파일이 D:\google\dist 일 경우 입력하면 Certbot의 인증서가 바로 교체된다
Successfully received certificate.
Certificate is saved at: C:\Certbot\live\url\fullchain.pem
Key is saved at: C:\Certbot\live\url\privkey.pem
This certificate expires on 2022-12-18.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
'서버' 카테고리의 다른 글
[Apache-Tomcat] Tomcat Context 경로 설정 (0) | 2024.01.08 |
---|---|
[Linux] 심볼릭 링크 변경하기 (0) | 2024.01.08 |
gitlab 명령어 및 에러 (0) | 2022.08.11 |
nginx 멀티 ssl 포트 (0) | 2022.07.28 |
nginx window 서비스 등록 (0) | 2022.07.28 |