Skip to content

Instantly share code, notes, and snippets.

View rveachkc's full-sized avatar

rveachkc

View GitHub Profile
@JayH5
JayH5 / acme-cert-dump.py
Created October 19, 2016 12:03
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