From 6803029d0f26bd41ad6db963b816e2bf6de9871f Mon Sep 17 00:00:00 2001 From: melkypie <5113962+melkypie@users.noreply.github.com> Date: Tue, 17 Aug 2021 09:27:46 +0300 Subject: [PATCH] Switch date to UTC timezone --- deploy/f5_bigip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/f5_bigip.sh b/deploy/f5_bigip.sh index 97c52ea2..c8f124a4 100644 --- a/deploy/f5_bigip.sh +++ b/deploy/f5_bigip.sh @@ -75,7 +75,7 @@ f5_bigip_deploy() { } f5_bigip_tmsh() { - _now=$(date +%Y-%m-%d) + _now=$(date -u +%Y-%m-%d) _next_cert="${_domain}-cert-${_now}" _next_key="${_domain}-key-${_now}" _next_chain="${_domain}-chain-${_now}"