Skip to content

Instantly share code, notes, and snippets.

View ryshoooo's full-sized avatar
🐕
ingesting all sorts of data

Richard Nemeth ryshoooo

🐕
ingesting all sorts of data
View GitHub Profile
@ryshoooo
ryshoooo / check-ca-bundle.py
Last active October 22, 2023 19:42
Check CA bundle file
import os
import requests
import subprocess
from cryptography import x509
from datetime import datetime
def check_permissions(path: str) -> None:
try: