Re: Certbot with alternative certificate authority

2020-03-05 Thread Jack Hill
On Thu, 5 Mar 2020, Jack Hill wrote: I will clean up these changes and submit a proper patch to improve our certbot service. Submitted at https://issues.guix.gnu.org/issue/39934 Thanks, Jack

Re: Certbot with alternative certificate authority

2020-03-05 Thread Jack Hill
On Thu, 5 Mar 2020, Jack Hill wrote: What error have I made? Thanks to Tobias Geerinckx-Rice on IRC, it looks like I forgot additional record changes as well. Even though Tobias was not able to reproduce my exact problem, making the following additional changes fixed it for me: ``` diff -

Certbot with alternative certificate authority

2020-03-05 Thread Jack Hill
Hi Guix, I'm working on making the certbot service work with any certificate authority that implements ACME, not just Let's Encrypt. I've done this by adding a server field to the certbot-configuration, and then using it in the match for certbot-command as follows: ``` diff --git a/gnu/servi