-
Notifications
You must be signed in to change notification settings - Fork 70
Add support for Lets Encrypt cert #97
Comments
My temporary workaround is having a cronjob run 30mins after the certbot one and copying the certs to the
Then I restart the entire container since I found just restarting the services P.S.: having it be able to identify the letsencrypt/certbot names would be very cool tho |
Hi, I have a similar problem, When replacing said files the server nginx dosn't start anymore, it just keeps crashing, |
@DerZombiiie For me it works as expected but you have to absolutely make sure to copy the file and not use symlinks and obviously rename them accordingly. |
oh, thats the problem, I used symlinks. |
I have my keys as .crt (R3, ISRG Root X1 and DST Root CA X3 certificates inside) and .key (EC private key inside). How should I convert it to |
Just extract the certificate from the |
I mount the entire /etc/letsencrypt folder into the iredmail docker under /etc/letsencrypt and create symlinks in /opt/iremail/ssl to point to the correct key and pem files. My cron job will try to update the cert file every month and will restart the container if the cert is updated. So far no issues. |
Solved my problem, thank you |
Just wanted to say that this is an extremely cool project!
I fully understand that this is a beta and this can take awhile. I really hope for being able to get a lets encrypt cert instead of a manual cert when possible.
The text was updated successfully, but these errors were encountered: