bug#46961: [PATCH 2/2] services: certbot: Create self-signed certificates before certbot runs

2024-01-24 Thread Carlo Zancanaro
* gnu/services/certbot.scm (): Add start-self-signed? field. (generate-certificate-gexp): New procedure. (certbot-activation): Generate self-signed certificates when start-self-signed? is #t. * doc/guix.texi (Certificate services): Document start-self-signed?. --- doc/guix.texi| 6 +++

bug#46961: [PATCH 2/2] services: certbot: Create self-signed certificates before certbot runs

2024-01-24 Thread Carlo Zancanaro
On Wed, Jan 24 2024, Carlo Zancanaro wrote: + ;; Due to the way certbot runs, we need to + ;; create the self-signed certificates in the + ;; archive folder and symlink them into the live + ;; folder. This mimics what certbot does well +