admin.clusterGetKeystoreBackupOption( config as element(configuration) ) as String
This function is used to get the backup option for the embedded PKCS#11 wallet.
Parameters | |
---|---|
config | A configuration specification, typically as returned from one of the Admin module functions. |
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration(); admin.clusterGetKeystoreBackupOption(config); // Returns the current setting for the backup option.