Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lookup of renewal information fails of serial contains leading zero #132

Closed
grindsa opened this issue Feb 6, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@grindsa
Copy link
Owner

grindsa commented Feb 6, 2024

elper._cert_serial_get(hexformat=True) returns serial numbers without leading zero. This causes Renewalinfo._draft02_lookup(serial) to fail as acme-clients like lego encode the serial number with leading zero.

@grindsa grindsa added the bug Something isn't working label Feb 6, 2024
@grindsa
Copy link
Owner Author

grindsa commented Feb 6, 2024

fixed in v0.33.1

@grindsa grindsa closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant