Skip to content

Instantly share code, notes, and snippets.

@possebon
Created December 19, 2025 17:51
Show Gist options
  • Select an option

  • Save possebon/218f0835cbac5f628a22244a97cccfab to your computer and use it in GitHub Desktop.

Select an option

Save possebon/218f0835cbac5f628a22244a97cccfab to your computer and use it in GitHub Desktop.
Open Source Infrastructure Stack - 18-traefik-tls-config

Traefik TLS Configuration for A+ SSL Rating

# Our Traefik TLS configuration achieves A+ on SSL Labs
--certificatesresolvers.letsencryptresolver.acme.tlschallenge=true
--entrypoints.websecure.http.tls.options=modern@file

This configuration uses:

  • Let's Encrypt for automatic certificate issuance
  • TLS challenge for domain validation
  • Modern TLS options for maximum security score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment