diff options
Diffstat (limited to 'plugin/tls/README.md')
-rw-r--r-- | plugin/tls/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugin/tls/README.md b/plugin/tls/README.md index 40b395c6b..5ea8994c9 100644 --- a/plugin/tls/README.md +++ b/plugin/tls/README.md @@ -30,9 +30,10 @@ tls CERT KEY [CA] { } ~~~ -If client_auth option is specified, it controls the client authentication policy. +If client\_auth option is specified, it controls the client authentication policy. The option value corresponds to the [ClientAuthType values of the Go tls package](https://golang.org/pkg/crypto/tls/#ClientAuthType): NoClientCert, RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven, and RequireAndVerifyClientCert, respectively. -The default is "nocert". Note that it makes no sense to specify parameter CA unless this option is set to verify_if_given or require_and_verify. +The default is "nocert". Note that it makes no sense to specify parameter CA unless this option is +set to verify\_if\_given or require\_and\_verify. ## Examples |