Skip to content
Snippets Groups Projects
Commit 2f94bf61 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent a1342228
No related branches found
No related tags found
1 merge request!4L2SS-2098: Fix various issues happening during renewal
......@@ -39,7 +39,7 @@ def main():
print("Succeed. Request certificate")
client.request_certificate()
print("Request done")
certificate.fullchain = client.certificate.decode()
certificate.fullchain = client.certificate
print(f"Certificate {certificate}")
vault_store.put_certificate(certificate)
print("Done")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment