Files
docker-machine/libmachine/certs.go
T

11 lines
187 B
Go
Raw Normal View History

2015-03-20 21:59:04 -04:00
package libmachine
type CertPathInfo struct {
CaCertPath string
CaKeyPath string
ClientCertPath string
ClientKeyPath string
ServerCertPath string
ServerKeyPath string
}