Skip to content

Commit

Permalink
Note about decimal vs. hex
Browse files Browse the repository at this point in the history
  • Loading branch information
jtschladen committed Sep 18, 2024
1 parent 349fdd5 commit c287833
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 @@ -587,6 +587,7 @@ def reissue(old_certificate_name, serial_numbers, notify, commit):
today + length of original.
Accepts both name and a list of serial numbers; if both are provided, both will be used.
If neither name nor serial numbers are provided, all certs pending reissue will be reissued.
Note that serial numbers must be in decimal format (not hex).
"""
if commit:
click.echo("[!] Running in COMMIT mode.")
Expand Down

0 comments on commit c287833

Please sign in to comment.