Skip to content

Commit

Permalink
[FAB-4997] Typo - VerfiyClientCertIfGiven
Browse files Browse the repository at this point in the history
Should be VerifyClientCertIfGiven

Change-Id: I9fa65e0d5c9290b6d9f889bbfc48310d21f8dc48
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Jun 26, 2017
1 parent ecb50ed commit f013d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/fabric-ca-server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ debug: false
# TLS section for the server's listening port
#
# The following types are supported for client authentication: NoClientCert,
# RequestClientCert, RequireAnyClientCert, VerfiyClientCertIfGiven,
# RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven,
# and RequireAndVerifyClientCert.
#
# Certfiles is a list of root certificate authorities that the server uses
Expand Down
6 changes: 3 additions & 3 deletions docs/source/users-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Docker Hub
Go to: https://hub.docker.com/r/hyperledger/fabric-ca/tags/

Find the tag that matches the architecture and version of fabric-ca
that you want to pull.
that you want to pull.

Navigate to `$GOPATH/src/github.com/hyperledger/fabric-ca/docker/server`
and open up docker-compose.yml in an editor.
Expand Down Expand Up @@ -364,7 +364,7 @@ the server's home directory (see `Fabric CA Server <#server>`__ section more inf
# TLS section for the server's listening port
#
# The following types are supported for client authentication: NoClientCert,
# RequestClientCert, RequireAnyClientCert, VerfiyClientCertIfGiven,
# RequestClientCert, RequireAnyClientCert, VerifyClientCertIfGiven,
# and RequireAndVerifyClientCert.
#
# Certfiles is a list of root certificate authorities that the server uses
Expand Down Expand Up @@ -1686,4 +1686,4 @@ can be specified on the command line of a client command as follows:
`Back to Top`_
.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
https://creativecommons.org/licenses/by/4.0/

0 comments on commit f013d54

Please sign in to comment.