Add proxy support and optional email#31
Conversation
Signed-off-by: aleskxyz <39186039+aleskxyz@users.noreply.github.com>
|
Hi @jaydrogers |
|
I know that LetsEncrypt stopped sending emails about the renewal, but does that make the email parameter redundant or are there other types of emails they send? I understand however that at the end of the day, this should wrap around the supported options that LetsEncrypt themselves support, so my feedback might be irrelevant in this case. The proxy implementation looks OK to me. |
Hi, |
Summary
proxychains4.CERTBOT_EMAILoptional while still allowing non-interactive operation.Changes
PROXY_TYPE(supported:none,socks5,socks4,http,https)PROXY_HOSTPROXY_PORTPROXY_USERNAMEPROXY_PASSWORDentrypoint.shto:PROXY_TYPEand requirePROXY_HOST/PROXY_PORTwhen a proxy is enabled./etc/proxychains/proxychains.conffrom the proxy env vars (including optional auth).proxychains4whenPROXY_TYPE != none.CERTBOT_EMAILis set, pass--email $CERTBOT_EMAIL.CERTBOT_EMAILis empty, use--register-unsafely-without-emailto keep it non-interactive.README.md:CERTBOT_EMAILas optional and documented the fallback behavior.Notes
proxychains4.