Saving the Embedded KMS to a Different Location
- Last Updated: May 20, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
Use the options available in admin:cluster-set-keystore-wallet-location to change the location of the backup for the internal wallet.
let $dir-name := "/sotfhsm/wallet"
let $config := admin:get-configuration()
return
admin:cluster-set-keystore-wallet-location($config,$dir-name)
The admin:cluster-set-keystore-wallet-location function will set the backup location for embedded KMS.