Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Use the mzsh topo command to set the keystore properties.

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

    $ 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.

    $ 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

    $ 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 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).

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

  • No labels