: PowerShell (Recommended)
This method creates a certificate in your personal store.
- Open PowerShell as Administrator.
- Run the following command (replace
localhostwith your domain/machine name):powershellNew-SelfSignedCertificate -DnsName "localhost" -CertStoreLocation "cert:\LocalMachine\My" -FriendlyName "MySelfSignedCert"Use code with caution. - The certificate is now created in
Certificates - Local Computer > Personal > Certificates.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.