...
Code Block |
---|
New-SelfSignedCertificate -DnsName $env:COMPUTERNAME, "localhost", $env:COMPUTERNAME -CertStoreLocation "cert:\LocalMachine\My" -NotAfter (Get-Date).AddMonths(24) |
...
...
Code Block |
---|
New-SelfSignedCertificate -DnsName $env:COMPUTERNAME, "localhost", $env:COMPUTERNAME -CertStoreLocation "cert:\LocalMachine\My" -NotAfter (Get-Date).AddMonths(24) |
...