admin.clusterGetKeystoreWalletLocation

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

Summary

This function returns the PKCS#11 wallet location if it has been set by cluster-set-keystore-wallet-location.

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.
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy