summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-25 18:29:40 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-25 18:29:40 -0400
commite67634c2e5f98a591c1d4a6f14279ea5768c93cb (patch)
treeed34f3d4616d553b2366e6e5bc4509a8ffa8aedb
parente91688517036339120b430788587ddd639d422bb (diff)
acmens.py: Add __version__.
-rw-r--r--acmens.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/acmens.py b/acmens.py
index bb3f28e..7f3b004 100644
--- a/acmens.py
+++ b/acmens.py
@@ -5,6 +5,10 @@ import argparse, subprocess, json, os, urllib.request, sys, base64, binascii, \
from urllib.request import urlopen
from urllib.error import HTTPError
+
+__version__ = '0.1.0.dev1'
+
+
def sign_csr(account_key, csr, email=None):
"""Use the ACME protocol to get an ssl certificate signed by a
certificate authority.