blob: ddad5f8b63ad1f7582bc8b7d9482c179475b4536 [file] [log] [blame]
== Regenerating Self Signed SSL Certificates
cd src/main/resources/ssl
keytool -genkeypair -keystore keystore.p12 -storetype PKCS12 -storepass changeit -alias localhost -keyalg RSA -keysize 2048 -validity 99999 -dname "CN=localhost"