...
For 3:
So finally you can run
bash agent.sh local showpass oof@oof.onap.org oof.onap |
---|
This will prompt for oof@oof.onap.org password which is the default demo123456!
...
Not sure why I bothered to obscure the passwords
Using certificates with Spring Boot Application
- Copy these 2 artifacts to a folder accessible to your application
- truststoreONAPall.jks (for outgoing HTTPS requests)
- org.onap.<app>.jks (i.e. org.onap.oof.jks) (for incoming HTTPS requests)
- Add the following to the JVM args
- -D javax.xxxx=<folder>Dserver.ssl.key-store=<folder>/org.onap.oof.jks
- -D javax.xxxx=<cadiDserver.ssl.key-store-password=<cadi_keystore_password_jks>
- -Djavax.net.xxxx=<folder>ssl.trustStore=<folder>/truststoreONAPall.jks