tlsproxy: temporary fix for year 2024 (TODO fix before mid-2024)
This commit is contained in:
parent
a21493745d
commit
afb28a690b
1 changed files with 2 additions and 1 deletions
3
tlsproxy
3
tlsproxy
|
@ -17,7 +17,8 @@ PREFIX="deuxfleurs/cluster/$CLUSTER"
|
||||||
|
|
||||||
# Do actual stuff
|
# Do actual stuff
|
||||||
|
|
||||||
YEAR=$(date +%Y)
|
#YEAR=$(date +%Y)
|
||||||
|
YEAR=2023
|
||||||
|
|
||||||
CERTDIR=$(mktemp -d)
|
CERTDIR=$(mktemp -d)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue