Skip to content

Commit 7cd0e90

Browse files
author
Julien Pivotto
authored
Merge pull request #59 from roidelapluie/rel061
Release 0.6.1
2 parents 8dea78e + 89afa62 commit 7cd0e90

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1 / 2021-06-30
2+
3+
* [BUGFIX] Allow RequireAnyClientCert as client_auth_type. #58
4+
15
## 0.6.0 / 2021-06-30
26

37
* [CHANGE] Move from github.com/go-kit/kit/log to github.com/go-kit/log #55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

docs/web-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ tls_server_config:
3030
# Server policy for client authentication. Maps to ClientAuth Policies.
3131
# For more detail on clientAuth options:
3232
# https://golang.org/pkg/crypto/tls/#ClientAuthType
33+
#
34+
# NOTE: If you want to enable client authentication, you need to use
35+
# RequireAndVerifyClientCert. Other values are insecure.
3336
[ client_auth_type: <string> | default = "NoClientCert" ]
3437
3538
# CA certificate for client certificate authentication to the server.

0 commit comments

Comments
 (0)