Advertisement
Guest User

Untitled

a guest
Dec 4th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. 2015-12-04 16:10:19,631:DEBUG:letsencrypt.cli:Root logging level set at 30
  2. 2015-12-04 16:10:19,631:INFO:letsencrypt.cli:Saving debug log to /var/log/letsencrypt/letsencrypt.log
  3. 2015-12-04 16:10:19,631:DEBUG:letsencrypt.cli:letsencrypt version: 0.1.0
  4. 2015-12-04 16:10:19,631:DEBUG:letsencrypt.cli:Arguments: ['--csr', '/root/mydomain.csr']
  5. 2015-12-04 16:10:19,631:DEBUG:letsencrypt.cli:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#webroot,PluginEntryPoint#null,Plug$
  6. 2015-12-04 16:10:19,636:DEBUG:letsencrypt.cli:Requested authenticator None and installer None
  7. 2015-12-04 16:10:19,705:DEBUG:letsencrypt.plugins.disco:No installation (PluginEntryPoint#apache):
  8. Traceback (most recent call last):
  9. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  10. self._initialized.prepare()
  11. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt_apache/configurator.py", line 142, in prepare
  12. raise errors.NoInstallationError
  13. NoInstallationError
  14. 2015-12-04 16:10:19,706:DEBUG:letsencrypt.plugins.disco:Other error:(PluginEntryPoint#webroot): --webroot-path must be set
  15. Traceback (most recent call last):
  16. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/plugins/disco.py", line 103, in prepare
  17. self._initialized.prepare()
  18. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/plugins/webroot.py", line 54, in prepare
  19. self.option_name("path")))
  20. PluginError: --webroot-path must be set
  21. 2015-12-04 16:10:19,706:DEBUG:letsencrypt.display.ops:Single candidate plugin: * standalone
  22. Description: Automatically use a temporary webserver
  23. Interfaces: IAuthenticator, IPlugin
  24. Entry point: standalone = letsencrypt.plugins.standalone:Authenticator
  25. Initialized: <letsencrypt.plugins.standalone.Authenticator object at 0x***>
  26. Prep: True
  27. 2015-12-04 16:10:19,706:DEBUG:letsencrypt.cli:Selected authenticator <letsencrypt.plugins.standalone.Authenticator object at 0x***> and installer No$
  28. 2015-12-04 16:10:19,723:DEBUG:letsencrypt.cli:Picked account: <Account(***)>
  29. 2015-12-04 16:10:19,724:DEBUG:root:Sending GET request to https://acme-v01.api.letsencrypt.org/directory. args: (), kwargs: {}
  30. 2015-12-04 16:10:19,729:INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
  31. 2015-12-04 16:10:20,068:DEBUG:requests.packages.urllib3.connectionpool:"GET /directory HTTP/1.1" 200 263
  32. 2015-12-04 16:10:20,071:DEBUG:root:Received <Response [200]>. Headers: {'Content-Length': '263', 'Expires': 'Fri, 04 Dec 2015 16:10:20 GMT', 'Strict-Transpor$
  33. 2015-12-04 16:10:20,072:DEBUG:acme.client:Received response <Response [200]> (headers: {'Content-Length': '263', 'Expires': 'Fri, 04 Dec 2015 16:10:20 GMT', $
  34. 2015-12-04 16:10:20,072:ERROR:letsencrypt.crypto_util:[('asn1 encoding routines', 'ASN1_CHECK_TLEN', 'wrong tag'), ('asn1 encoding routines', 'ASN1_ITEM_EX_D$
  35. Traceback (most recent call last):
  36. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/crypto_util.py", line 225, in _get_sans_from_cert_or_req
  37. cert_or_req = load_func(typ, cert_or_req_str)
  38. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/crypto.py", line 2380, in load_certificate_request
  39. _raise_current_error()
  40. File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/_util.py", line 48, in exception_from_error_queue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement