Versions Compared

Key

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

...

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

Example command:

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

mz.httpd.security.keystore

...

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

Example command:

Code Block
languagetext
$ mzsh topo set 'topo://container:platform/val:common."mz.httpd.security.keystore"' $MZ_HOME/keys/keystore.p12
Info

Note: Full Path to the keystore file is required.

...

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

Example command:

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

mz.httpd.security.key.password

...

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

Example command:

Code Block
languagetext
$ mzsh topo set topo://container:platform/val:common.mz.httpd.security.key.password \
`mzsh encryptpassword dr`
Note

Restart Required

After the configuration is done all affected processes need to be restarted. Use the following command:

Code Block
mzsh restart platform

The section contains the following subsections:

...