certbot/certbot

SHA256(or other algorithm) support for certbot ocsp validation

Anderson-Xia opened this issue · 0 comments

I am new to Certbot and was wondering why it always uses SHA1 to check certificates instead of a more secure algorithm. source code
I know it has better compatibility. However, is it feasible to add sha256(or other algorithm) support?

Also found a similar history commit.
Remove use of sha1 (#4271 1)