Skip to content

Commit

Permalink
Merge pull request #2 from bsyk/upgrade_0.5.0
Browse files Browse the repository at this point in the history
Upgrade to lets encrypt 0.5.0
  • Loading branch information
bsyk committed May 3, 2016
2 parents a2bbc77 + a6869a7 commit 1cd9094
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .cfignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conf
logs
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conf
logs
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cffi >= 0.8.0
letsencrypt >= 0.3.0
letsencrypt >= 0.5.0
six>=1.7
pyyaml>=3.11
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import threading
import SimpleHTTPServer
import SocketServer
from letsencrypt import cli
from letsencrypt import main as cli

cwd = os.getcwd()
logs = cwd+"/logs"
Expand Down

0 comments on commit 1cd9094

Please sign in to comment.