Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. [root@PBN_Hieu home]# # Stop Nginx
  2. [root@PBN_Hieu home]# service nginx stop
  3. Stopping nginx: # Install Let's Encrypt
  4. cd /opt/letsencrypt
  5. [ OK ]
  6. [root@PBN_Hieu home]# # Install Let's Encrypt
  7. [root@PBN_Hieu home]# cd /opt/letsencrypt
  8. [root@PBN_Hieu letsencrypt]# ./letsencrypt-auto certonly --standalone
  9. # Start Nginx
  10. service nginx start/root/.local/share/letsencrypt/lib/python2.6/site-packages/cryptography/__init__.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
  11. DeprecationWarning
  12. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  13. Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'
  14. to cancel): Obtaining a new certificate
  15. An unexpected error occurred:
  16. The request message was malformed :: Error creating new authz :: Invalid character in DNS name
  17. Please see the logfiles in /var/log/letsencrypt for more details.
  18. [root@PBN_Hieu letsencrypt]# service nginx start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement