Skip to content

Commit

Permalink
Setup letsencrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Mar 4, 2016
1 parent 068dc15 commit edfbda1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ 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 edfbda1

Please sign in to comment.