letsencrypt
Here are 1,149 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
Yoast SEO is a fairly popular WordPress plugin. I've found the nginxconfig.io breaks the sitemaps on every install I've done.
In /etc/nginx/nginxconfig.io/wordpress.conf
we could add
# WordPress SEO
location = /wp-content/plugins/wordpress-seo/css/main-sitemap.xsl {}
location = /wp-content/plugins/wordpress-seo-premium/css/main-sitemap.xsl {}
Above the # WordPress:
line
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
May 18, 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
I downloaded and installed win-acme.v2.1.5.742.x64.trimmed on a windows 2012 SR2 server but it gives me a api-ms-win-crt-runtime-l1-1-0.dll is missing error.
After downloading this, a more generic error appears 'cannot start program'.
Is there a requirement I am missing? The .dll seems to suggest a C-runtime library, but this version can no longer be found on the Microsoft website..
Please
-
Updated
May 25, 2020 - Go
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?
-
Updated
May 26, 2020 - Python
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
Apr 28, 2020 - Shell
-
Updated
Mar 22, 2020 - Go
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
May 24, 2020 - Shell
https://pkisharp.github.io/ACMESharp-docs/User-Guide.html
Indicates that the ACME Vault is to be initialized with the function Initialize-ACMESharp
which PowerShell complains doesn't exist. After some googling around and head scratching I discover the quick start guide lists a different function Initialize-ACMEVault
. That works and I was able to continue setting up ACMESharp. We get the doc
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 21, 2020 - Shell
Discussing with Mexicoleaks it has been identified valuable to add a feature to make it possible for an admin to add instructions to be provided to users when downloading files.
This could be useful to always provide documentation to users part of the project; this documentation is expected to be used for training users about risks related to malware and metadata.
The idea is that any file d
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