|
package auth
|
|
|
|
type AuthOptions struct {
|
|
StorePath string
|
|
CaCertPath string
|
|
CaCertRemotePath string
|
|
ServerCertPath string
|
|
ServerKeyPath string
|
|
ClientKeyPath string
|
|
ServerCertRemotePath string
|
|
ServerKeyRemotePath string
|
|
PrivateKeyPath string
|
|
ClientCertPath string
|
|
}
|