docs/libmachine/cert/cert_path_info.go

11 lines
193 B
Go

package cert
type CertPathInfo struct {
CaCertPath string
CaPrivateKeyPath string
ClientCertPath string
ClientKeyPath string
ServerCertPath string
ServerKeyPath string
}