mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 18:47:47 +00:00
the first time the loop runs we don't have the second cert
This commit is contained in:
@@ -36,6 +36,8 @@ args["TLS"] = {
|
||||
|
||||
def format_for_nginx(fullchain, output):
|
||||
""" We may want to strip ISRG Root X1 out """
|
||||
if not os.path.exists(fullchain):
|
||||
return
|
||||
certs = []
|
||||
with open(fullchain, 'r') as pem:
|
||||
cert = ''
|
||||
|
||||
Reference in New Issue
Block a user