.NET/ASP.NET

[ASP.NET Core]IIS Express 인증서 재발행

클리엘 2021. 10. 20. 10:46
728x90

예) 발행하고자 하는 주소가 https//localhost:44387인 경우

Cmd에서

 

C:\Program Files (x86)\IIS Express IisExpressAdminCmd.exe setupsslUrl -url:https://localhost:44387/ -UseSelfSigned

728x90