Skip to content

Instantly share code, notes, and snippets.

@techknowhow
Created November 7, 2018 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techknowhow/c39f99f892969eca161eed912db503c7 to your computer and use it in GitHub Desktop.
Save techknowhow/c39f99f892969eca161eed912db503c7 to your computer and use it in GitHub Desktop.
SolrSSL_Certficate
New-SelfSignedCertificate -CertStoreLocation cert:\LocalMachine\My -DnsName "localhost", "127.0.0.1" -FriendlyName "SolrCert" -NotAfter (Get-Date).AddYears(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment