From 56728fea8ee09b54a464638990647d63a0e415c5 Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 9 Mar 2025 19:08:11 -0400 Subject: [PATCH] whatismyip: add cert --- whatismyip/cert-dubyatp-xyz.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/whatismyip/cert-dubyatp-xyz.yaml b/whatismyip/cert-dubyatp-xyz.yaml index e69de29..5bf57b8 100644 --- a/whatismyip/cert-dubyatp-xyz.yaml +++ b/whatismyip/cert-dubyatp-xyz.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: Secret +metadata: + name: cert-dubyatp-xyz + annotations: + replicator.v1.mittwald.de/replicate-from: "cert-manager/cert-dubyatp-xyz" + replicator.v1.mittwald.de/replicated-keys: "tls.crt,tls.key" +data: + tls.crt: "" + tls.key: "" \ No newline at end of file