From 18cb9f43599cc2af1f5515a4756a04b43a033a60 Mon Sep 17 00:00:00 2001 From: Patrick Skowronek Date: Fri, 18 Mar 2022 10:56:42 +0100 Subject: [PATCH] Removed empty files --- auth/readme.md | 3 --- certs/README.md | 6 ------ 2 files changed, 9 deletions(-) delete mode 100644 auth/readme.md delete mode 100644 certs/README.md diff --git a/auth/readme.md b/auth/readme.md deleted file mode 100644 index 70e2aa8..0000000 --- a/auth/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -This directory should contain your basic auth files. For each project you need to create a fil with the name of the project. -Add to the file your users and passwords. -you can generate a a user password combination with this site https://htpasswdgenerator.de/ or use htpasswd https://httpd.apache.org/docs/2.4/programs/htpasswd.html \ No newline at end of file diff --git a/certs/README.md b/certs/README.md deleted file mode 100644 index cf95d22..0000000 --- a/certs/README.md +++ /dev/null @@ -1,6 +0,0 @@ -Drop in directory for certificates. -You can generate the necessary certs with: - -``` shell -openssl req -x509 -newkey rsa:4096 -nodes -keyout certs/traefik.key -out certs/traefik.crt -days 365 -```