uacme: propagate rc of uacme in issue_cert()
authorLeonardo Mörlein <redacted>
Thu, 25 Mar 2021 22:22:28 +0000 (23:22 +0100)
committerRosen Penev <redacted>
Mon, 5 Apr 2021 02:12:38 +0000 (19:12 -0700)
commit9a6c2339b0ece7ff09aad62013ad9309184c4c3f
treec091882c4900f95e4a641477714953bc1b390ec1
parent4588a616520a3f738276747ea6fdaa96d0accebe
uacme: propagate rc of uacme in issue_cert()

Before this commit, issue_cert always returned 1 no matter if uacme
returned 1, 2, 3, ... With this commit, the return code of the uacme
binary is propagated. Therefore the caller of issue_cert can
differentiate between "no renew necessary" and "an error occurred".

Signed-off-by: Leonardo Mörlein <redacted>
net/uacme/files/run.sh
git clone https://git.99rst.org/PROJECT