4 lines
461 B
Markdown
4 lines
461 B
Markdown
|
On Windows, self-signed certificates can be created using the [New-SelfSignedCertificate PowerShell cmdlet](/powershell/module/pkiclient/new-selfsignedcertificate?view=win10-ps). For an unsupported example, see [UpdateIISExpressSSLForChrome.ps1](https://github.com/aspnet/Docs/tree/master/aspnetcore/includes/make-x509-cert/UpdateIISExpressSSLForChrome.ps1).
|
||
|
|
||
|
On macOS, Linux, and Windows, certificates can be created using [OpenSSL](https://www.openssl.org/).
|