Versions Compared

Key

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

...

  1. within ssl directory execute the script TransferFilesToContainer.sh
    • this script transfers your server's certificate, your private key and CA's certificate to KOP container
    • also, it transfers the script templates that will be used to create the keystore and to change the configuration from http to https 

  2. within ssl directory execute the script run_create_Keystore.sh 

    • this script executes (into the container) the script create_Keystore.sh (created from template create_Keystore.tpl)
  3. within ssl directory execute the script run_change_ToHTTPS.sh 
    • this script stops wildfly service and executes the script change_ToHTTPS.sh (created from template change_ToHTTPS.tpl), this script will create files with .rollback extension of modified ones
    • then, it starts wildfly service 
Info

After the conversion to HTTPS, please download a new version of Kiuwan Local Analyzer from your KOP site.

 

Step 5.4 Just in case you are using your own CA, make it valid to your browsers and Java 

...