Skip to content

Instantly share code, notes, and snippets.

@FMFigueroa
Last active July 19, 2021 21:52
Show Gist options
  • Save FMFigueroa/2d99dc7f9f5ae8e162a49f14d30fa571 to your computer and use it in GitHub Desktop.
Save FMFigueroa/2d99dc7f9f5ae8e162a49f14d30fa571 to your computer and use it in GitHub Desktop.
Localhost config Https
New-SelfSignedCertificate -Subject "localhost" -TextExtension @("2.5.29.17={text}DNS=localhost&IPAddress=127.0.0.1&IPAddress=::1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment