Created
August 20, 2018 17:05
-
-
Save dcouto/0c6c435111d5b0bf8a5e1de88518dfeb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://andrewwburns.com/2018/03/01/create-a-self-signed-certificate-for-development/ | |
New-SelfSignedCertificate -CertStoreLocation Cert:\LocalMachine\My -DnsName "mysite.local" -Friend | |
lyName "mysite.local" -NotAfter $([datetime]::now.AddYears(5)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment