Versions Compared

Key

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

...

Run theĀ mzsh keytool command with the enable-tls option when an existing keystore already exists in the installationtheĀ installation.

  1. Enable the TLS protocol over HTTP.

    Code Block
    languagetext
    themeEclipse
    $ mzsh keytool enable-tls rcp -k <keystore file> -a <alias>


    Info
    titleExample


    Code Block
    languagetext
    themeEclipse
    $ mzsh keytool enable-tls rcp -k $MZ_HOME/keys/container.keys -a platform



  2. Restart the Platform to enable TLS over RCP.

...