antevens / letsencrypt-freeipa

Scripts to automate installation, configuration and renewal of LetsEncrypt certificates on FreeIPA Servers.
MIT License
59 stars 17 forks source link

Use installed cert (key3.db) lmt as basis for install logic #17

Open bdurrow opened 4 years ago

bdurrow commented 4 years ago

c9b7004: Bring fatal error output in line with others.

0685218: Use installed cert (key3.db) lmt as basis for install logic

Motivation: If the cert install fails it will not get installed on subsiquent runs and the installed certificate will eventually expire.

Caveats: This patch assumes that the letsencrypt_live_dir directory is only used for a single cert; I'm not sure how sound this assumption is.

antevens commented 4 years ago

Hey Brad,

Thanks for the MR, I'll review/merge as soon as I can.