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

fix private key

parent 6967a3ed
No related branches found
No related tags found
1 merge request!4L2SS-2098: Fix various issues happening during renewal
Pipeline #104089 passed with warnings
Pipeline: Cryptocoryne

#104090

    ......@@ -40,6 +40,7 @@ def main():
    print("Succeed. Request certificate")
    client.request_certificate(wait=10)
    certificate.fullchain = client.certificate
    certificate.key = client.private_key
    vault_store.put_certificate(certificate)
    print("Done")
    else:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment