Skip to content

Commit

Permalink
add enroll profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaxgl committed Apr 22, 2024
1 parent b645578 commit 56ff320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ca/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type EnrollProfile string

const (
// EnrollProfileDefault asks Fabric CA for certificate used for signing
EnrollProfileDefault EnrollProfile = "default"
EnrollProfileDefault EnrollProfile = ""
// EnrollProfileTls asks Fabric CA for certificate used for TLS communication
EnrollProfileTls EnrollProfile = "tls"
)
Expand Down

0 comments on commit 56ff320

Please sign in to comment.