Skip to content

Commit

Permalink
Finish setup letsencrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Mar 4, 2016
1 parent edfbda1 commit 85cf5f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ def index_redirection():
"""Redirecting index file"""
return send_from_directory(ROOT, 'index.html')

@app.route('/.well-known/acme-challenge/ojASzRypK5pQC2tedqCle9ezlVMF0BhfEwb4n1-L_k0')
def letsencrypt():
return "ojASzRypK5pQC2tedqCle9ezlVMF0BhfEwb4n1-L_k0.fqEt_5js_qhcwlQwcUBLIIAMmE_Hh7ipfKTeYWyMBvs"

if __name__ == "__main__":
app.run(debug=True)

0 comments on commit 85cf5f1

Please sign in to comment.