From 0df95c8378ac84ec2da3265ffe9cf2bdd2101eb5 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 16 Nov 2025 16:27:21 -0600 Subject: [PATCH] Drop .certs submodule Nothing uses these certificates anymore, and nothing manages/renews them. Everything has either been converted to ACME, or fetches the _pyrocufflink.net_ wildcard certificate directly from the Kubernetes Secret. --- .certs | 1 - .gitmodules | 3 --- certs/lego | 1 - certs/logo | 1 - 4 files changed, 6 deletions(-) delete mode 160000 .certs delete mode 120000 certs/lego delete mode 120000 certs/logo diff --git a/.certs b/.certs deleted file mode 160000 index 0322911..0000000 --- a/.certs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 032291106768e582219e1e9be41bb161d191bd1a diff --git a/.gitmodules b/.gitmodules index 5f384f8..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule ".certs"] - path = .certs - url = gitea@git.pyrocufflink.blue:dustin/certs.git diff --git a/certs/lego b/certs/lego deleted file mode 120000 index 7d612c2..0000000 --- a/certs/lego +++ /dev/null @@ -1 +0,0 @@ -../.certs/certificates \ No newline at end of file diff --git a/certs/logo b/certs/logo deleted file mode 120000 index 7d612c2..0000000 --- a/certs/logo +++ /dev/null @@ -1 +0,0 @@ -../.certs/certificates \ No newline at end of file