Documentation ¶
Index ¶
Constants ¶
View Source
const ( MasterPrivateKey = "/etc/golem/pki/master/master_key" MasterPubCert = "/etc/golem/pki/master/master_pub" MasterAcceptDir = "/etc/golem/pki/master/peons" MasterPendingDir = "/etc/golem/pki/master/pending" PeonPrivateKey = "/etc/golem/pki/peon/peon_key" PeonPubCert = "/etc/golem/pki/peon/peon_pub" )
Variables ¶
This section is empty.
Functions ¶
func GenerateMemCert ¶
GenerateMemCert creates a certificate and key pair, returning them as byte arrays in memory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.