mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-03 20:32:45 +00:00
Switch date to UTC timezone
This commit is contained in:
parent
e05d2bee57
commit
6803029d0f
@ -75,7 +75,7 @@ f5_bigip_deploy() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
f5_bigip_tmsh() {
|
f5_bigip_tmsh() {
|
||||||
_now=$(date +%Y-%m-%d)
|
_now=$(date -u +%Y-%m-%d)
|
||||||
_next_cert="${_domain}-cert-${_now}"
|
_next_cert="${_domain}-cert-${_now}"
|
||||||
_next_key="${_domain}-key-${_now}"
|
_next_key="${_domain}-key-${_now}"
|
||||||
_next_chain="${_domain}-chain-${_now}"
|
_next_chain="${_domain}-chain-${_now}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user