Answers for "local ssl certificate windows 10"

0

local ssl certificate windows 10

New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -Subject "*.example.local" -DnsName "example.local", "*.example.local" -FriendlyName "LocalStarCert" -NotAfter (Get-Date).AddYears(10)
Posted by: Guest on April-15-2022

Code answers related to "local ssl certificate windows 10"

Browse Popular Code Answers by Language