all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Certbot override trusted CA when using custom server
@ 2024-01-18 12:09 Moisés Simón
  2024-01-18 18:35 ` Felix Lechner via
  0 siblings, 1 reply; 3+ messages in thread
From: Moisés Simón @ 2024-01-18 12:09 UTC (permalink / raw)
  To: help-guix

Hi guix,

I'm running my own internal Lets Encrypt server.
The problem is certbot service even if it offers to change the server it does not specify any option to use REQUEST_CA_BUNDLE or skip ssl verificatiin (--no-verify-ssl certbot option)  you can see more of the feature here: https://github.com/certbot/certbot/pull/9357

I have my own CA installed in /etc/ssl/certs thanks to a private pkg. Still certbot is using urllib2 or something like that an it does not use the system certificTe store (Ubuntu suffers the same problem)

so the question is
how can I extend certbot in my own system config to add the --ni-verify-ssl option (without the need to copy all certbot.scm)?
better yet, how can I use the env variable REQUEST_CA_BUNDLE?

I will probably add a patch to specify the --no-verify-ssl but right now I would also like to know if I can extend a service "on the fly"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-19 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-18 12:09 Certbot override trusted CA when using custom server Moisés Simón
2024-01-18 18:35 ` Felix Lechner via
2024-01-19 22:34   ` Moisés Simón

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.