Skip to content
Snippets Groups Projects
Unverified Commit 602e3c03 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

minor

parent 60a5c7ca
No related branches found
Tags v1.2.6
No related merge requests found
Pipeline #29559 passed
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment