global-functions: $CertificateDownload: add a delay

For any reason the imported certificate(s) is/are not available for
fetch command immediately. Let's add a delay here... It should not hurt
as certificates are not imported that often.
This commit is contained in:
Christian Hesse 2023-06-01 21:57:05 +02:00
parent 0b8979e5b5
commit d2883e6f43
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@
"CommonName \"" . $CommonName . "\"!") false;
:return false;
}
:delay 1s;
:return true;
}