Skip to content

Instantly share code, notes, and snippets.

View nneul's full-sized avatar

Nathan Neulinger nneul

  • Neulinger Consulting
  • Rolla, MO
View GitHub Profile
@nneul
nneul / gist:60f7f6f66efdd673724a0da6456c8bdd
Created November 21, 2025 03:58
Example on publishing cert into vcenter
#!/local/certmgmt/.venv/bin/python
import sys
import argparse
import json
import ssl
import requests
from requests.auth import HTTPBasicAuth