Skip to content

Repository files navigation

readme

  1. gen key copy to Certificates
openssl req -newkey rsa:2048 -nodes -keyout my.key -x509 -days 365 -out my.cer
openssl pkcs12 -export -in my.cer -inkey my.key -out my.pfx
  1. set my.pfx as Embedded resource

  2. UseKestrel

About

asp.net core use kestrel to support ssl

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages