Hallo,
sorry to open another Topic, but the support topic for Let's Encrypt is closed.
Are there any plans to extend the Let's Encrypt plugin to also set certificates for all used server products?
(nginx, postfix, dovecot, courier, proftpd, vsftp)
Hallo,
sorry to open another Topic, but the support topic for Let's Encrypt is closed.
Are there any plans to extend the Let's Encrypt plugin to also set certificates for all used server products?
(nginx, postfix, dovecot, courier, proftpd, vsftp)
It is planned for imscp 1.4.0 after implementing following feature:
http://youtrack.i-mscp.net/issue/IP-1532
Sry to ask again:
My services certs (postfix, dovecot, proftpd, imscp) expire in 3 month. I-MSCPVersion 1.3.0 was released about 14 days ago and for automatically service renewal there has to be the new version 1.4.0 - I do not know your release plan but I think 3 months is a little bit too less time to get the new version.
So I wanted to generate a "workaround" till there is a new version of I-MSCP and the letsencrypt plugin.
My idea is:
But there is one thing I am not able to do:
I have no idea what to do with the letsencrypt certs to get the pem files you need for all the services. Can someone help me to generate them?
From letsencrypt you get following files:
/privkey.pem/cert.pem/chain.pemChain is here intermediate + root..
What you need to do is just merging these three files.
Another solution would be
Thx for the info, I try your second solution the next days and give a feedback (and hopefuly a short howto for all letsencrypt users )
Ok
ok I tested it now doing the following steps:
(I have choosen to use "--renew-hook" instead of "--post-hook" because it is only called once upon renew process. "--post-hook" is called on every new certificate too which is not needed.)
And that should be enought. The last part using the "--renew-hook" is not tested (sry have no idea how to test that).
Now I got some errors creating new Let's encrypt certs. The mistake was to modify the "certbot_cmd_create_options" parameter by adding the line:
Is there any possibility in the current plugin to use the renew hook (or any post hook which is called on updating certs)?