-
Notifications
You must be signed in to change notification settings - Fork 48
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
Exim multi cert #249
base: master
Are you sure you want to change the base?
Exim multi cert #249
Conversation
This script will query the vexim database.domains table and try to create/renew certificates for all domains Certbot will listen on the IP resolved by DNS and the ACME server will use the same IP for validating
This script will query the vexim database.domains table and try to create/renew certificates for all domains Certbot will listen on the IP resolved by DNS and the ACME server will use the same IP for validating
* some minor bugfixes and cleanup * write config file for dovecot for all domains if DOVECOT_SSL= is set properly
create certificate with all domains in the SAN field as fallback
Nice work! So, it's mainly for the user that they can use their own domain name for all mail-related services which is great. And if you are concerned about SNI-support in other mail servers (for incoming mail) you still ca use the default hostname in the mx-entry of the DNS. I think it's a very nice feature for vexim. I didn't go through the code yet. It's probably for debian systems, I will see if I can get this working under FreeBSD. |
merge master
the script 'mon-certificates' makes sure that all certificates in the database are getting generated by certbot. just tin case you are lazy and wouldn't do it manually. |
support for multiple ssl-certificates
#246