devjason / saml-cert-expiration-check

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%