letsencrypt
Here are 1,173 public repositories matching this topic...
When working on other things, I found that our coverage tests were failing on master on macOS. I quickly fixed this in certbot/certbot#7972, but there's nothing stopping us from hitting this problem again in the future. I think we should avoid this because it can be a confusing/frustrating experience, especially for new Certbot developers, to investigate test failures on
When singular items are missing we say "does not exist" or doesn't exist".
When singular items are present we say "does exist" or "exists".
Yes, English can be difficult.
https://github.com/acmesh-official/acme.sh/search?q=%22doesn%27t+exists%22&unscoped_q=%22doesn%27t+exists%22
Text says "doesn't exists".
Ref also : https://github.com/acmesh-official/acme.sh/search?q=%22does+not+exists%22&
Issue Description
I updated echo in one of my projects. After that my static configuration didn't work without changes. Before it automatically resolved to an existing index.html. After that I had to point to that file.
My code was something like that:
docsGroup := e.Group("")
docsGroup.Static("/", "docs")
In docs is an index.html which was delivered when no path was given
Hi,
I had a rough time to get IPv6 working with the actual ip addresses of the clients and not the docker host IPv4 (yes, 4) address. The purpose of this issue is:
a) someone with more docker knowledge should check if I have done things right
b) Jason, I kindly ask you to add this to the documentation page of your nginx-proxy repository even if this is not fully nginx-proxy related but as you
-
Updated
Jul 16, 2020 - Vue
Is your feature request related to a problem? Please describe.
This way we can ensure cert-manager certs can't be used to create intermediates
Describe the solution you'd like
Add to CertificateSpec struct.
Describe alternatives you've considered
Manually creating a CA cert.
/kind feature
Context
When another mailserver attempts to send an email to the one set up with this docker compose set up over IPv6, the mail will be incorrectly processed by SPF protection.
Expected Behavior
The SPF check is run against the originating IPv6 address
Actual Behavior
The SPF check is run against the IPv4 gateway that docker is using to proxy the IPv6 connection (172.20.0.1 is th
-
Updated
Jul 4, 2020 - Shell
I cannot see any docs on how the OCSP feature is suppose to work. Please document it. Thanks.
Hi,
not a big issue but as you asked to contribute to the documentation with an CLI example I thought it's worth sharing mine here so one of you with permissions could update the page https://go-acme.github.io/lego/dns/dode/:
export DODE=1234567890abcdefghij lego -d myserver.mydomain.com -a --dns dode --email its.me@yahoo.com run
In case the local DNS server (e.g. 10.1.1.1) is not rea
-
Updated
Jun 12, 2020 - Go
-
Updated
Jul 16, 2020 - Python
Full deployment examples
Nginx Ingress Controller
GCE Load Balancers
Which should I choose? What is the difference? I'd prefer not to flip a coin on this one.
Thanks!
With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).
I'd like to modify the documentation:
- replace existing kubernetes
Currently, the Read/Unread button at the top of the article is somehwat confusing: "Read" could mean "Mark as read" or "Is read", and I always have to think about which one is the correct interpretation. Would it be possible to make the wording more explicit?
This basically the same as certbot/certbot#1215 but for acmetool. I want to change the contact e-mail for accounts created by acmetool.
I just tried to "import" the acmetool account to certbot but failed doing it. Is there any documentation on how to do this? Is it even possible?
-
Updated
May 29, 2020 - Shell
It would be helpful if there were more examples for allow_domain. I.e. how to make an upstream http request and return true or false based on the response text. Another helpful example would be a shell script exit code.
-
Updated
Mar 22, 2020 - Go
-
Updated
Jul 16, 2020 - Shell
-
Updated
Aug 12, 2019 - C#
Ideally Let's Encrypt would publish their current service rate limits (those documented at https://letsencrypt.org/docs/rate-limits/) as a JSON feed. We would then ideally use this limit information to warn users and to manage the automated renewals process.
Hi,
I am trying to use this to manage powerdns as a python package.
Is there a doc somewhere on how to configure the endpoints for this with examples ?
Thanks
Just curious about the automatic substitution. Why is this being done?
# admin email address, where @ is substituted with .
nsadmin = "contact.example.com"This will be transformed to contact@example.com.
What about the valid addresses that have a . before the @ symbol?
Wouldn't firstname.lastname.example.com be translated to firstname@lastname.example.com, when
-
Updated
May 27, 2020 - Shell
-
Updated
Jul 16, 2020 - Python
Improve this page
Add a description, image, and links to the letsencrypt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the letsencrypt topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base