From 8f6f553820b0d59c74aa7f084da1d40a25b45052 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 24 Jul 2021 18:39:45 -0500 Subject: [PATCH] Add HTTPS certificate for hass2.p.b --- roles/apache/files/hass2.pyrocufflink.blue.cer | 1 + roles/apache/files/hass2.pyrocufflink.blue.key | 1 + 2 files changed, 2 insertions(+) create mode 120000 roles/apache/files/hass2.pyrocufflink.blue.cer create mode 120000 roles/apache/files/hass2.pyrocufflink.blue.key diff --git a/roles/apache/files/hass2.pyrocufflink.blue.cer b/roles/apache/files/hass2.pyrocufflink.blue.cer new file mode 120000 index 0000000..fa9cde3 --- /dev/null +++ b/roles/apache/files/hass2.pyrocufflink.blue.cer @@ -0,0 +1 @@ +../../../certs/lego/_.pyrocufflink.net.crt \ No newline at end of file diff --git a/roles/apache/files/hass2.pyrocufflink.blue.key b/roles/apache/files/hass2.pyrocufflink.blue.key new file mode 120000 index 0000000..0345a4d --- /dev/null +++ b/roles/apache/files/hass2.pyrocufflink.blue.key @@ -0,0 +1 @@ +../../../certs/lego/_.pyrocufflink.net.key \ No newline at end of file