Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProfileServerName sets the server name for the qubesome profile. ProfileServerName = "qubesome-profile" // HostServerName sets the server name for the qubesome host. HostServerName = "qubesome-host" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct { ServerCert tls.Certificate CA []byte ClientPEM []byte ClientKeyPEM []byte }
func NewCredentials ¶
func NewCredentials() (*Credentials, error)
Click to show internal directories.
Click to hide internal directories.