Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Log in to the KOP container and execute next commands:

  1. cd /opt/jdk1.8.0_141jdk*/jre/lib/security/
  2. supervisorctl stop wildfly 
  3. cp cacerts cacerts.bck.original 
  4. keytool -import -noprompt -alias root -keystore cacerts -trustcacerts -file /<kiuwan_vol>/configurations/ssl/ca.crt -storepass changeit
    • NOTE: change <kiuwan_vol> to the value of $KIUWAN_VOL (as configured in settings.custom
  5. supervisorctl start wildfly

...