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

4 lines
454 B
Markdown
Raw Normal View History

2021-11-21 00:52:54 +08:00
On Windows, self-signed certificates can be created using the [`New-SelfSignedCertificate` PowerShell cmdlet](/powershell/module/pki/new-selfsignedcertificate). For an unsupported example, see [`UpdateIISExpressSSLForChrome.ps1`](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/includes/make-x509-cert/UpdateIISExpressSSLForChrome.ps1).
On macOS, Linux, and Windows, certificates can be created using [OpenSSL](https://www.openssl.org/).