Skip to main content

All Questions

1 vote
1 answer
2k views

traefik not redirecting to https

I'm trying to set up a home automation server, with docker, letsencrypt and traefik. Also using duckdns for ddns. I have some other containers like sickrage and so on on the same machine. I've opened ...
b0red's user avatar
  • 13
5 votes
1 answer
5k views

How to mount Certificates from CertBot to use inside Docker Container

The official certbot ( https://certbot.eff.org ) tool to issue and renew certificates from Let's Encrypt saves the currently valid certificate to ${prefix}/archive/${domain}/certN.pem, where N is an ...
NoMad's user avatar
  • 782