11 lines
187 B
Go
11 lines
187 B
Go
package libmachine
|
|
|
|
type CertPathInfo struct {
|
|
CaCertPath string
|
|
CaKeyPath string
|
|
ClientCertPath string
|
|
ClientKeyPath string
|
|
ServerCertPath string
|
|
ServerKeyPath string
|
|
}
|