Skip to content

Instantly share code, notes, and snippets.

@cisiqo
Created July 25, 2018 12:52
Show Gist options
  • Save cisiqo/e58aae8a30eb615d342c9d67ea34692c to your computer and use it in GitHub Desktop.
Save cisiqo/e58aae8a30eb615d342c9d67ea34692c to your computer and use it in GitHub Desktop.
keytool -genkeypair -alias cas -keyalg RSA -keypass changeit -storepass changeit -keystore \path\to\thekeystore -dname "CN=cas.example.org,OU=Example,OU=Org,C=US" -ext SAN="dns:example.org,dns:localhost,ip:127.0.0.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment