-
Notifications
You must be signed in to change notification settings - Fork 8
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
Import certificates for sub-domains during update domains #29
Comments
camlafit
added a commit
that referenced
this issue
Nov 18, 2021
* Correct packaging system * 0.0.15 was always done with fpm and not debuild * Use travis to build pacakge * Package is build on each tag push * Nightly package is done on each master commit * Provide package on github * bintray service is removed * Renew only outdated or missing certificates * Add option to manage specific certificates group * Better support certbot (acme protocol) Solves : * #72 #71 : Provide nightly build * #69 #65 : Finalize 0.0.15 and remove fpm for debuild * #67 #66 : Bintray service is removed * #54 #53 : Fix typo * #50 #48 : Fix php error * #50 #43 : Add an option to generate specific certificate (system, user, all) * #46 #45 : Use acme-v02 and acme-v01 * #36 #23 : Fix php notice * #38 #37 : be silent if all done , add erbosity mode * #40 #39 : generate system certficate before user domains * #42 #41 : restore missing file by #30 * #33 : Fix php warning * #26 : add missing build dependencies * #25 #24 : clean some files during build * #30 #29 : generate cert on sub domain
camlafit
added a commit
that referenced
this issue
Nov 22, 2021
* Correct packaging system * 0.0.15 was always done with fpm and not debuild * Use travis to build pacakge * Package is build on each tag push * Nightly package is done on each master commit * Provide package on github * bintray service is removed * Renew only outdated or missing certificates * Add option to manage specific certificates group * Better support certbot (acme protocol) Solves : * #72 #71 : Provide nightly build * #69 #65 : Finalize 0.0.15 and remove fpm for debuild * #67 #66 : Bintray service is removed * #54 #53 : Fix typo * #50 #48 : Fix php error * #50 #43 : Add an option to generate specific certificate (system, user, all) * #46 #45 : Use acme-v02 and acme-v01 * #36 #23 : Fix php notice * #38 #37 : be silent if all done , add erbosity mode * #40 #39 : generate system certficate before user domains * #42 #41 : restore missing file by #30 * #33 : Fix php warning * #26 : add missing build dependencies * #25 #24 : clean some files during build * #30 #29 : generate cert on sub domain
camlafit
added a commit
that referenced
this issue
Nov 22, 2021
* Correct packaging system * 0.0.15 was always done with fpm and not debuild * Use travis to build pacakge * Package is build on each tag push * Nightly package is done on each master commit * Provide package on github * bintray service is removed * Renew only outdated or missing certificates * Add option to manage specific certificates group * Better support certbot (acme protocol) Solves : * #72 #71 : Provide nightly build * #69 #65 : Finalize 0.0.15 and remove fpm for debuild * #67 #66 : Bintray service is removed * #54 #53 : Fix typo * #50 #48 : Fix php error * #50 #43 : Add an option to generate specific certificate (system, user, all) * #46 #45 : Use acme-v02 and acme-v01 * #36 #23 : Fix php notice * #38 #37 : be silent if all done , add erbosity mode * #40 #39 : generate system certficate before user domains * #42 #41 : restore missing file by #30 * #33 : Fix php warning * #26 : add missing build dependencies * #25 #24 : clean some files during build * #30 #29 : generate cert on sub domain
camlafit
added a commit
that referenced
this issue
Dec 2, 2021
* Correct packaging system * 0.0.15 was always done with fpm and not debuild * Use travis to build pacakge * Package is build on each tag push * Nightly package is done on each master commit * Provide package on github * bintray service is removed * Renew only outdated or missing certificates * Add option to manage specific certificates group * Better support certbot (acme protocol) Solves : * #72 #71 : Provide nightly build * #69 #65 : Finalize 0.0.15 and remove fpm for debuild * #67 #66 : Bintray service is removed * #54 #53 : Fix typo * #50 #48 : Fix php error * #50 #43 : Add an option to generate specific certificate (system, user, all) * #46 #45 : Use acme-v02 and acme-v01 * #36 #23 : Fix php notice * #38 #37 : be silent if all done , add erbosity mode * #40 #39 : generate system certficate before user domains * #42 #41 : restore missing file by #30 * #33 : Fix php warning * #26 : add missing build dependencies * #25 #24 : clean some files during build * #30 #29 : generate cert on sub domain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Certbot certificates are only imported (that is, certbot is run) during a hook in install.d. This means that users must wait for an alternc.install to be run (or /usr/lib/alternc/install.d/alternc-certbot apache2 must be run by a cron or by hand). This isn't fantastic, especially since alternc.install isn't regularly run on many installations. (Sidenote: searching certificates should not be part of the install process, see #18)
During the dns_reload_zone hook the certificate for a domain, but none of it sub domains is imported. I think all the sub-domains should be checked there as well.
The text was updated successfully, but these errors were encountered: