nginx를 이용하여 윈도우에서 무료 SSL 발급 및 적용하기 입니다
win-acme
win-acme This is a ACMEv2 client for Windows that aims to be very simple to start with, but powerful enough to grow into almost every scenario. A very simple interface to create and install certificates on a local IIS server A more advanced interface for m
www.win-acme.com
여기 사이트 들어가서 윈도우즈 파일을 받습니다

압축을 풀면 이렇게 나오는데 wacs.exe 파일을 우클릭하여 관리자 권한으로 실행을 합니다

이렇게 나온다면 이제 입력을 하나씩 해줍니다
Please choose from the menu
-> M:Create certificate (full options)
How shall we determine the domain(s) to include in the certificate?:
-> 2:Manual input
Host:
-> SSL 인증받을 본인 웹 사이트 주소 입력 (예시: post.abc.co.kr)
Friendly name '[Manual] post.abc.co.kr'. <Enter> to accept or type desired name:
-> 그냥 Enter로 진행
Would you like to split this source into multiple certificates?:
-> 1: Separate certificate for each domain (e.g. *.example.com)
How would you like prove ownership for the domain(s)?:
-> 1: [http] Save verification files on (network) path
Path:
-> Nginx 경로 입력 (예시: C:\nginx\html)
Copy default web.config before validation? (y/n*)
-> N
What kind of private key should be used for the certificate?:
-> 2: RSA key
How would you like to store the certificate?:
-> 2: PEM encoded files (Apache, nginx, etc.)
File path:
-> SSL 인증서가 저장될 경로 입력 (예시: C:\certs)
Choose from the menu:
-> 2: Type/paste in console
PemPassword:
-> 원하는 비밀번호 입력
Save to vault for future reuse?(yes/n*)
-> yes
Please provide a unique name to reference this secret:
-> 맘편하게 본인 아이디?
Would you like to store it in another way too?:
-> 5: No (additional) store steps
Which installation step should run first?:
-> 3: No (additional) installation steps
open in default applecation? (y/n*)
-> no
Do you agree with the terms? (y*/n)
-> yes
Enter email(s) for notifications about problems and abuse (comma-separated):
-> 본인이메일주소
Do you want to specify the user the task will run as? (y/n*)
-> no (작업스케쥴러에 등록을 자동으로 해줌)
끝났습니다

certs 폴더에 파일이 생성 되었는지 확인하고

작업 스케쥴러에 자동으로 등록 되었는지 체크하면 됩니다
'프로그램 및 유틸리티' 카테고리의 다른 글
| 타치요미,미혼,komikku 설치 가이드 (0) | 2025.10.08 |
|---|---|
| devenv.exe - Assert Failure 오류 해결 (0) | 2025.09.14 |
| NSSM 으로 서비스 등록 및 삭제 (0) | 2025.04.23 |
| 도커로 마인크래프트 개인 서버 만들기 (0) | 2025.03.28 |
| ubuntu(우분투) install squid proxy. 네이티브로 설치 (0) | 2025.03.26 |
댓글