Skip to content
#

letsencrypt

Here are 1,173 public repositories matching this topic...

traefik
ghost
ghost commented Sep 18, 2019

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

tuxmainy
tuxmainy commented Apr 5, 2020

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

meiamsome
meiamsome commented Mar 28, 2020

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

Andr3asB
Andr3asB commented Apr 26, 2020

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

micw
micw commented Jan 27, 2020

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
1.8
thenewguy
thenewguy commented Apr 8, 2020

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.

Elte156
Elte156 commented Jan 11, 2020

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

Improve this page

Add a description, image, and links to the letsencrypt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the letsencrypt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.