Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 746 Bytes

cert_bits

Python script to check nr of bits in the serial number.

Created because of :

Be aware!! calling underscore prefixed functions is generally a no-no, they're intended for internal use only, and there aren't the same guarantees that the function signature will stay the same from version to same version

Usage

Check a DER (crt cer der) file

python cert_bits.py file <certificate file>

Check a server/url

python cert_bits.py url <fqdn:port>

Public certs

Certificate's from public facing website can be checked at https://crt.sh