Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschladen committed Sep 17, 2024
1 parent d48914f commit b11dfc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lemur/certificates/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ def reissue(old_certificate_name, serial_numbers, notify, commit):
certs_to_reissue = get_all_pending_reissue()

for old_cert in certs_to_reissue:
click.echo(f"[+] Reissuing certificate: {old_cert}") # TODO remove
request_reissue(old_cert, notify, commit)

status = SUCCESS_METRIC_STATUS
Expand Down

0 comments on commit b11dfc9

Please sign in to comment.