From 82820582d1b43cdaccd66c77ee80afe69a44040f Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 9 Apr 2019 12:26:34 -0500 Subject: [PATCH] Initial commit --- copy_cert.py | 2 ++ requirements.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 copy_cert.py create mode 100644 requirements.txt diff --git a/copy_cert.py b/copy_cert.py new file mode 100644 index 0000000..8d5063a --- /dev/null +++ b/copy_cert.py @@ -0,0 +1,2 @@ +#!/usr/bin/python + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8608c1b --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +paramiko