diff options
Diffstat (limited to 'tlsproxy')
-rwxr-xr-x | tlsproxy | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,8 @@ PREFIX="deuxfleurs/cluster/$CLUSTER" # Do actual stuff -YEAR=$(date +%Y) +#YEAR=$(date +%Y) +YEAR=2023 CERTDIR=$(mktemp -d) |