From 42de07cb66375c3d9dc408cfba66efe2e5ff04a2 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Thu, 14 Apr 2022 16:21:38 +0200 Subject: [PATCH] Add version to files that will be copied out of this repo so that we easily know if they will need an update --- cert-expirations.sh | 2 ++ openssl.cnf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cert-expirations.sh b/cert-expirations.sh index 9e27dcc..f1b5601 100644 --- a/cert-expirations.sh +++ b/cert-expirations.sh @@ -1,5 +1,7 @@ #!/bin/sh +VERSION="22.04" + carp=$(/sbin/ifconfig carp0 2>/dev/null | grep 'status' | cut -d' ' -f2) if [ "$carp" = "backup" ]; then diff --git a/openssl.cnf b/openssl.cnf index 2c87f10..5e1e3c8 100644 --- a/openssl.cnf +++ b/openssl.cnf @@ -1,3 +1,5 @@ +# VERSION="22.04" + [ ca ] default_ca = CA_default