Skip to content

Instantly share code, notes, and snippets.

View rveachkc's full-sized avatar

rveachkc

View GitHub Profile
@rveachkc
rveachkc / acme-cert-dump.py
Created January 30, 2019 06:30 — forked from JayH5/acme-cert-dump.py
Dump certificates from Traefik's acme.json
#!/usr/bin/env python
import argparse
import base64
import json
import os
import shlex
import subprocess
import sys