From 602e3c038fae1676aed5b1e084b59ea68140f834 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <massimiliano.adamo@geant.org> Date: Tue, 1 Jun 2021 23:09:27 +0200 Subject: [PATCH] minor --- acme-downloader.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acme-downloader.sh b/acme-downloader.sh index a24517b..b2afe0f 100755 --- a/acme-downloader.sh +++ b/acme-downloader.sh @@ -1,8 +1,8 @@ #!/bin/bash # # exit 0: the certificate still looks good and it won't be replaced -# exit 1: a new certificate was installed and we need to reload our service -# exit 2: uh, oh something went wrong +# exit 64: a new certificate was installed and we need to reload our service +# anything else: something went wrong # # the certificate will be checked, if it is valid, if the key matches # and if it contains at least the cert-name -- GitLab