Skip to content
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

FEATURE REQUEST - add/write certificate chain to each server certificate #44

Open
TorstenJahnke opened this issue Sep 18, 2021 · 3 comments

Comments

@TorstenJahnke
Copy link

I would like to add a certificate chain (chain.pem) to each server certificate.
Example:
Parameter "-c /path/to/chain.pem" will add a certificate chain for each issued certificate.

Thanks a lot in advance.

@TorstenJahnke TorstenJahnke changed the title FEATURE REQUEST - add/write certificate chain to each server certificates FEATURE REQUEST - add/write certificate chain to each server certificate Sep 18, 2021
@kvic-z
Copy link
Owner

kvic-z commented Sep 18, 2021

I'm recalling from old memory a few years back. So might not be correct.

I believe you can store the content of 'chain.pem' inside ca.crt. It'll just work.

Cheers.

@TorstenJahnke
Copy link
Author

No, that will not work. I've already tested this.
Within the certficate only the Server certificate itself (and private key) is stored.

@kvic-z
Copy link
Owner

kvic-z commented Sep 18, 2021

Store both CA certificate and content of chain.pem inside ca.crt on the server side.

Import both CA certificate and 'chain.pem' certifcate into your PC/browser on the client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants