Created
February 1, 2019 06:10
-
-
Save jflopezfernandez/91bf18a315b82e799c8f14a1d275e305 to your computer and use it in GitHub Desktop.
Generating local certificate
This file contains hidden or 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
New-SelfSignedCertificate -CertStoreLocation 'Cert:\LocalMachine\My' -DnsName 'nullptr.root.sx' -FriendlyName 'NullPtrException' -Subject "CN=Jose Fernando Lopez Fernandez" -Type Custom | |
# Output: | |
# PSParentPath: Microsoft.PowerShell.Security\Certificate::LocalMachine\My | |
# | |
# Thumbprint Subject | |
# ---------- ------- | |
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CN=Jose Fernando Lopez Fernandez |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment