-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: explain SSL certificate chain format #380
Conversation
intermediate/root certificates if present. Usually, you need to concatenate the certificate file and | ||
bundle if present. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re: "usually you need to concatenate ..."
Do you think we should show an example of how to do this? I'm not very familiar with this cert stuff, so I don't know if most people will understand or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what example you want to give? How do we concatenate two files in case if user receives it separately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you think it is clear as-is, we can go with it and update later if we get questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's not clear for you then we probably need to give more information. What exactly is not clear for you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, do they just need to do smth like cat file1 file2 > combined_file
to actually concatenate the files. Or is there a specific ssl / cert related command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, just like that: cat certificate.crt bundle.crt > full_chain.crt
Co-authored-by: thephez <thephez@users.noreply.github.com>
Co-authored-by: thephez <thephez@users.noreply.github.com>
Yes, totally. Thank you |
Preview build: https://dash-docs--380.org.readthedocs.build/en/380/docs/user/masternodes/setup-evonode.html#ssl-certificates