Loading TOC...

admin.clusterGetKeystoreBackupOption

admin.clusterGetKeystoreBackupOption(
   config as element(configuration)
) as String

Summary

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.

Example


const admin = require('/MarkLogic/admin.xqy');
const config = admin.getConfiguration();

admin.clusterGetKeystoreBackupOption(config);

// Returns the current setting for the backup option.
   

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.