Adding local Windows 10 SSL certificate

I know about this article but I wanted to test using windows self signed local certificate for testing. So I tried to create one using this command:

New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "mylocalsite.local" -FriendlyName "MyLocalSiteCert" -NotAfter (Get-Date).AddYears(10)

I dont know what I should change "mylocalsite.local" to ? then I open TMSSubscriptionManager2.exe and add the certificate like this:

Then what I should do ?

I got it working

I used ssl certificate to localhost and I add this to http.sys

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.