Skip to content

WIP: Use ACME (letsencrypt) - #15

Draft
eriksjolund wants to merge 1 commit into
mainfrom
use-acme
Draft

WIP: Use ACME (letsencrypt)#15
eriksjolund wants to merge 1 commit into
mainfrom
use-acme

Conversation

@eriksjolund

Copy link
Copy Markdown
Owner

Currently untested. I don't have access to any suitable test computer right now.

Currently uses

--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory 

in mytraefik.container to facilitate testing. (Could later be removed)

Use dual-stack socket in socket units.

Dual-stack socket was requested in

(I'm asuming dual-stack socket makes sense for traefik too)

Fixes: #10

Currently untested. I don't have access to any suitable test computer right now.

Currently uses
--certificatesresolvers.myresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory
in mytraefik.container to facilitate testing. (Could later be removed)

Use dual-stack socket in socket units.

Fixes: #10

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
@pieterdt

Copy link
Copy Markdown

In my experience so far (based on extending example1 to use https: as soon as you add the mynet network to the container, the container is no longer able to reach the CA (letsencrypt). If you add host networking to traefik, then it can no longer reach the whoami container by name. I'm too new in this domain to figure out how to solve this. Any suggestions would be greatly appreciated.

@eriksjolund

eriksjolund commented Feb 18, 2026 via email

Copy link
Copy Markdown
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use ACME protocol in example

2 participants