Documentation
¶
Index ¶
Constants ¶
View Source
const ( PKIVolume = "pki" PKIMountPath = "/etc/pki" ServerCertKey = "server.crt" ServerKeyKey = "server.key" ClientCertKey = "client.crt" ClientKeyKey = "client.key" AdminCertKey = "admin.crt" AdminKeyKey = "admin.key" ListenerCertKey = "listener.crt" ListenerKeyKey = "listener.key" )
Variables ¶
View Source
var ( CACertPath = filepath.Join(PKIMountPath, pki.CACertKey) ServerCertPath = filepath.Join(PKIMountPath, ServerCertKey) ServerKeyPath = filepath.Join(PKIMountPath, ServerKeyKey) ClientCertPath = filepath.Join(PKIMountPath, ClientCertKey) ClientKeyPath = filepath.Join(PKIMountPath, ClientKeyKey) AdminCertPath = filepath.Join(PKIMountPath, AdminCertKey) AdminKeyPath = filepath.Join(PKIMountPath, AdminKeyKey) ListenerCertPath = filepath.Join(PKIMountPath, ListenerCertKey) ListenerKeyPath = filepath.Join(PKIMountPath, ListenerKeyKey) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.