Open
Conversation
denyeart
reviewed
Jul 1, 2024
Contributor
denyeart
left a comment
There was a problem hiding this comment.
Actually for the 'register' command, the admin client is authenticated using the credentials in the --mspdir flag. There is no need to pass it separately in the -u flag.
For the 'enroll' command, you pass the enroller credentials in the -u flag.
What you've done may work, but to be consistent with the rest of this doc I think we should leave the authentication information out of the register -u flag.
You can look at all the other references of --mspdir in this doc to better understand the documented and intended use.
Perhaps you had --mspdir incorrect which is why it didn't work for you the first time?
fix: command registers the organization CA bootstrap identity rcaadmin with password rcaadminpw with the TLS CA. Signed-off-by: kanta.sasaki <49396455+atomic-kanta-sasaki@users.noreply.github.com> Signed-off-by: atomic-kanta-sasaki <kanta.sasaki.0111@gmail.com>
Signed-off-by: atomic-kanta-sasaki <kanta.sasaki.0111@gmail.com>
Author
|
@denyeart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: command registers the organization CA bootstrap identity rcaadmin with password rcaadminpw with the TLS CA.
Type of change
Description
I found and fixed a command that did not work when I was trying the section
Register and enroll the organization CA bootstrap identity with the TLS CA.Additional details
Related issues