Created
April 25, 2016 18:44
-
-
Save swade1987/debc96106ab04269ac8342d62a6b8f19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ubuntu-xenial:/tmp/letsencrypt/public_html/.well-known/acme-challenge$ sudo $(command -v python2 || command -v python2.7 || command -v python2.6) -c "import BaseHTTPServer, SimpleHTTPServer; \ | |
s = BaseHTTPServer.HTTPServer(('', 80), SimpleHTTPServer.SimpleHTTPRequestHandler); s.serve_forever()" | |
sudo: unable to resolve host ubuntu-xenial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment