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

Add option to export the full certificate chain #6

Open
ieugen opened this issue Jul 15, 2024 · 0 comments
Open

Add option to export the full certificate chain #6

ieugen opened this issue Jul 15, 2024 · 0 comments

Comments

@ieugen
Copy link

ieugen commented Jul 15, 2024

Some services require the full certificate chain.
https://kanidm.github.io/kanidm/master/preparing_for_your_deployment.html

It would be nice to have this done as part of certificate generation.
certbot from letsencrypt does that OOTB.

A chain of certificates is all the certs in a file.
You can build one with cat and it's quite easy but it's a common thing that IMO would be great to have.

cat my-cert/cert.pem .tinyca/cert.pem > my-cert/chain.pem
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

1 participant