// Config holds server specific configuration parameters
typeConfigstruct{
RevocationDBURLstring`help:"url for revocation database (e.g. bolt://some.db OR redis://127.0.0.1:6378?db=2&password=abc123)" default:"bolt://$CONFDIR/revocations.db"`
PeerCAWhitelistPathstring`help:"path to the CA cert whitelist (peer identities must be signed by one these to be verified). this will override the default peer whitelist"`
UsePeerCAWhitelistbool`help:"if true, uses peer ca whitelist checking" default:"false"`