Skip to content

Loads certificate information from a SAML metadata URL or encoded string and returns expiration date

Notifications You must be signed in to change notification settings

devjason/saml-cert-expiration-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

saml-cert-expiration-check

Loads certificate information from a SAML metadata URL or encoded string and returns expiration date

usage: check.py [-h] {cmdline,url} data

Examples

  1. Load from SAML metadata URL
python check.py url "https://example.com/saml/metadata"
  1. Paste X.509 cert
python check.py cmdline "MIIGbzCCBVegAwIBAgIRAJphmAXC6GR8omPixrWd8QowDQYJKoZIhvcNAQELBQAwgY8xCzAJBgNV....=="

About

Loads certificate information from a SAML metadata URL or encoded string and returns expiration date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages