PKI 10.4 CMC Configuration - dogtagpki/pki GitHub Wiki
The following are CMC-related configuration parameters in the CA’s CS.cfg (with defaults displayed)
cmc.popLinkWitnessRequired=false cmc.token=internal cert.issuance_protection.nickname=cmcIssuanceProtectionCert
-
cmc.popLinkWitnessRequired- This requires sharedSecret; By default it isfalse; Replace withtrueto turn it on-
note: see
cmc.sharedSecretbelow
-
-
cmc.revokeCert.sharedSecret.class- (to be implemented) - 10.5 update: implemented. See PKI 10.5 CMC Shared Token-
note: before the
sharedSecretclass is implemented, this parameter is removed from the defaultCS.cfgat installation -
for testing purposes, "mock SharedSecret plugin" can be added in
CS.cfg, but be sure to remove it for production:-
cmc.revokeCert.sharedSecret.class=com.netscape.cms.authentication.SharedSecret
-
-
-
cmc.sharedSecret.class(to be implemented) - 10.5 update: implemented. See PKI 10.5 CMC Shared Token-
note: before the
sharedSecretclass is implemented, this parameter is removed from the defaultCS.cfgat installation -
for testing purposes, "mock SharedSecret plugin" can be added in
CS.cfg, but be sure to remove it for production:-
cmc.sharedSecret.class=com.netscape.cms.authentication.SharedSecret
-
-
-
cmc.token- This is the token name that should matches with the token where the CA’s subsystem certificate (and keys) reside. -
cert.issuance_protection.nickname- Contains the nickname of the Issuance Protection certificate used for PoP related encryption; By default, when this parameter is not set, the subsystem certificate specified incert.subsystem.nicknameis used.