AspNetCore.Docs/aspnetcore/includes/make-ssl-cert.md

541 B

For generating self-signed SSL certificates on Windows, you can use the PowerShell cmdlet New-SelfSignedCertificate. For a third-party tool that makes it easier for you to generate self-signed certificates, see SelfCert.

On macOS and Linux you can create a self-signed certificate using OpenSSL.