Versions Compared

Key

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

...

Excerpt
  • mz.httpd.security
    Set the value of this to property to true (default value is false) to enable encryption.

    Code Block
    languagetext
    themeEclipse
    $ mzsh topo set 'topo://container:<container>/val:common."mz.httpd.security"' true


  • mz.httpd.security.keystore
    Use this property to set the keystore path, which must be absolute.

    Code Block
    languagetext
    themeEclipse
    $ mzsh topo set 'topo://container:<container>/val:common."mz.httpd.security.keystore"' <keystore path>


  • mz.httpd.security.keystore.password
    Use this property to set the password for the keystore, as selected in keytool

    Code Block
    languagetext
    themeEclipse
    $ mzsh topo set 'topo://container:<container>/val:common."mz.httpd.security.keystore.password"' \
    `mzsh encryptpassword <password>`


  • mz.httpd.security.key.password
    Use this property to set to the password for the key, as chosen in keytool. By default, this is the same as the keystore password. (This is the default for keytool).

    Code Block
    languagetext
    themeEclipse
    $ mzsh topo set topo://container:<container>/val:common.mz.httpd.security.key.password \
    `mzsh encryptpassword <password>`


...