티스토리 뷰
[HTTPS] mkcert를 활용한 localhost 환경에서 SSL 설정
chocolatey 설치
# Get-ExecutionPolicy 실행
$ Get-ExecutionPolicy
# Restricted라면 AllSigned나 Bypass로 설정
# ExcutionPolicy를 AllSigned로 설정
$ Set-ExecutionPolicy AllSigned
# ExcutionPolicy를 Bypass로 설정
$ Set-ExecutionPolicy Bypass -Scope Process
# 설치!
$ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
# 확인
$ choco
mkcert 설치
choco install mkcert
인증서 생성
mkcert localhost domain2.localhost
Created a new certificate valid for the following names 📜
- "localhost"
- "domain2.localhost"
The certificate is at "./localhost+1.pem" and the key at "./localhost+1-key.pem"
https://dev.to/everylearning/localhost-ssl-55oe
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Entity Framework Core
- Flutter
- 스프링
- ubuntu
- JSP
- 전자정부
- Java
- high1
- .NET Core
- Spring
- eGovFrame
- php
- Fedora
- egoverment
- asp.net core
- egov
- MySQL
- c#
- 이클립스
- MariaDB
- express
- Eclipse
- 자바
- jQuery
- DART
- Windows
- Linux
- CentOS
- dotnet core
- 하이원
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함