Skip to content

Instantly share code, notes, and snippets.

@JayHollingum
Created June 23, 2020 00:05
Show Gist options
  • Save JayHollingum/21de9cfee2f5daf53dc28512e8c5c707 to your computer and use it in GitHub Desktop.
Save JayHollingum/21de9cfee2f5daf53dc28512e8c5c707 to your computer and use it in GitHub Desktop.
Powershell script to generate self signed cert for server
New-SelfSignedCertificate -FriendlyName "FTP Server" -CertStoreLocation cert:\localmachine\my -DnsName name.of.machine.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment