Documentation
¶
Overview ¶
Package keymanager implements the keymanager sub-commands.
Index ¶
Constants ¶
View Source
const ( CfgPolicySerial = "keymanager.policy.serial" CfgPolicyID = "keymanager.policy.id" CfgPolicyFile = "keymanager.policy.file" CfgPolicyEnclaveID = "keymanager.policy.enclave.id" CfgPolicyMayQuery = "keymanager.policy.may.query" CfgPolicyMayReplicate = "keymanager.policy.may.replicate" CfgPolicyKeyFile = "keymanager.policy.key.file" CfgPolicyTestKey = "keymanager.policy.testkey" CfgPolicySigFile = "keymanager.policy.signature.file" CfgPolicyIgnoreSig = "keymanager.policy.ignore.signature" CfgPolicyMasterSecretRotationInterval = "keymanager.policy.master_secret_rotation_interval" CfgStatusFile = "keymanager.status.file" CfgStatusID = "keymanager.status.id" CfgStatusInitialized = "keymanager.status.initialized" CfgStatusSecure = "keymanager.status.secure" CfgStatusChecksum = "keymanager.status.checksum" CfgStatusRSK = "keymanager.status.rsk" // CmdKeymanager is the keymanager subcommand. CmdKeymanager = "keymanager" // CmdInitPolicy is the init_policy subcommand. CmdInitPolicy = "init_policy" // CmdSignPolicy is the sign_policy subcommand. CmdSignPolicy = "sign_policy" // CmdVerifyPolicy is the verify_policy subcommand. CmdVerifyPolicy = "verify_policy" // CmdInitStatus is the init_status subcommand. CmdInitStatus = "init_status" // CmdGenUpdate is the gen_update subcommand. CmdGenUpdate = "gen_update" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.