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