Skip to content

Commit

Permalink
fix example (merging artefacts)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Subbotin <[email protected]>
  • Loading branch information
mr-tron committed Sep 23, 2019
1 parent 68683aa commit 4b00120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def main():

print("Trying to sign CSR")
csr_pem = open("example-csr.pem", "rb").read()
csr_request = CertificateRequest(csr=csr_pem.decode(), common_name='lllll')
csr_request = CertificateRequest(csr=csr_pem.decode())
# zone_config = conn.read_zone_conf(zone)
# request.update_from_zone_config(zone_config)
conn.request_cert(csr_request, zone)
Expand Down

0 comments on commit 4b00120

Please sign in to comment.