Typo fix: muthual autentication -> mutual authentication
This commit is contained in:
parent
b9a253e239
commit
ca039a1395
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ var (
|
||||||
authVerifyClientRegex = regexp.MustCompile(`on|off|optional|optional_no_ca`)
|
authVerifyClientRegex = regexp.MustCompile(`on|off|optional|optional_no_ca`)
|
||||||
)
|
)
|
||||||
|
|
||||||
// Config contains the AuthSSLCert used for muthual autentication
|
// Config contains the AuthSSLCert used for mutual authentication
|
||||||
// and the configured ValidationDepth
|
// and the configured ValidationDepth
|
||||||
type Config struct {
|
type Config struct {
|
||||||
resolver.AuthSSLCert
|
resolver.AuthSSLCert
|
||||||
|
|
Loading…
Reference in a new issue