Skip to content

Commit

Permalink
Merge "[FAB-4311] Fix duplicated fabric-ca config item"
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersingh24 authored and Gerrit Code Review committed Jun 2, 2017
2 parents 600ddf9 + fdcf1c7 commit 07f1a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/fabric-ca-client/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ csr:
#
# name - Unique name of the identity
# type - Type of identity being registered (e.g. 'peer, app, user')
# maxenrollments - The maximum number of times the secret can be reused to enroll
# affiliation - The identity's affiliation
# maxenrollments - The maximum number of times the secret can be reused to enroll.
# Specially, -1 means unlimited; 0 means disabled
# attributes - List of name/value pairs of attribute for identity
#############################################################################
id:
name:
type:
maxenrollments:
affiliation:
maxenrollments: -1
attributes:
Expand Down

0 comments on commit 07f1a83

Please sign in to comment.