From f0aec79fe108732aa1af0812629d2fcbba00637e Mon Sep 17 00:00:00 2001 From: Max Richter Date: Mon, 12 May 2025 13:25:45 +0200 Subject: [PATCH] feat: add logo to readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc84fce..0407367 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ -# Local HTTPS with Traefik and Step-CA +
+ +

LocalCerts

+

+ Automatic HTTPS and local domain routing for Docker Compose services using Traefik and Step-CA. +

+
Created by [@Sajito](https://github.com/Sajito) -This setup enables automatic HTTPS and local domain routing for Docker Compose services. Traefik uses Step-CA to issue certificates and route .dev.local domains securely with minimal configuration. - ## Setup 1. Clone this repository and navigate into the directory.