Originally created by @ThiefMaster on GitHub (Feb 21, 2016).
As a nginx user I need both in the same file. It would be nice if I could just copy the whole script output to my certificate file instead of having to append the intermediate certificate manually
Originally created by @ThiefMaster on GitHub (Feb 21, 2016).
As a nginx user I need both in the same file. It would be nice if I could just copy the whole script output to my certificate file instead of having to append the intermediate certificate manually
In normal operation this script creates fullchain.pem files for each certificate, containing intermediate(s) and your certificate.
@lukas2511 commented on GitHub (Feb 21, 2016):
In normal operation this script creates `fullchain.pem` files for each certificate, containing intermediate(s) and your certificate.
I know I'm late to the party, but I object to this change.
I've specifically written the --signcsr command (https://github.com/lukas2511/letsencrypt.sh/pull/95) to be as simple as possible, doing only what is strictly needed. That is: get a CSR signed. If you need the certificate chain, you can get it yourself. (As the commit shows, it's only a few lines).
I need my Certificate chain in a separate file, and now I have to manually split the output again.
Or at least, make it configurable to include the full chain or not.
@nielslaukens commented on GitHub (Jul 25, 2016):
I know I'm late to the party, but I object to this change.
I've specifically written the `--signcsr` command (https://github.com/lukas2511/letsencrypt.sh/pull/95) to be as simple as possible, doing only what is strictly needed. That is: get a CSR signed. If you need the certificate chain, you can get it yourself. (As the commit shows, it's only a few lines).
I need my Certificate chain in a separate file, and now I have to manually split the output again.
Or at least, make it configurable to include the full chain or not.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ThiefMaster on GitHub (Feb 21, 2016).
As a nginx user I need both in the same file. It would be nice if I could just copy the whole script output to my certificate file instead of having to append the intermediate certificate manually
@lukas2511 commented on GitHub (Feb 21, 2016):
In normal operation this script creates
fullchain.pemfiles for each certificate, containing intermediate(s) and your certificate.@ThiefMaster commented on GitHub (Feb 21, 2016):
ah, didn't know that, was always using
-s@lukas2511 commented on GitHub (Feb 21, 2016):
Yea, for the signcsr command this is actually missing, might be a good idea to add that in there too.
@nielslaukens commented on GitHub (Jul 25, 2016):
I know I'm late to the party, but I object to this change.
I've specifically written the
--signcsrcommand (https://github.com/lukas2511/letsencrypt.sh/pull/95) to be as simple as possible, doing only what is strictly needed. That is: get a CSR signed. If you need the certificate chain, you can get it yourself. (As the commit shows, it's only a few lines).I need my Certificate chain in a separate file, and now I have to manually split the output again.
Or at least, make it configurable to include the full chain or not.
@lukas2511 commented on GitHub (Aug 4, 2016):
i changed it so now it only prints the full certificate chain if --full-chain/-fc is set