Skip to content

Python script to check nr of bits in the serial number

Notifications You must be signed in to change notification settings

macmenco/cert_bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Python script to check nr of bits in the serial number

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages