Guest User

Untitled

a guest
Nov 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. 2017-11-20 19:57:50,640:DEBUG:certbot.error_handler:Calling registered functions
  2. 2017-11-20 19:57:50,642:DEBUG:certbot.reporter:Reporting to user: Unable to install the certificate
  3. 2017-11-20 19:57:50,642:DEBUG:certbot.log:Exiting abnormally:
  4. Traceback (most recent call last):
  5. File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
  6. sys.exit(main())
  7. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 861, in main
  8. return config.func(config, plugins)
  9. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 705, in run
  10. _install_cert(config, le_client, domains, new_lineage)
  11. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 565, in _install_cert
  12. path_provider.cert_path, path_provider.chain_path, path_provider.fullchain_path)
  13. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/client.py", line 452, in deploy_certificate
  14. fullchain_path=fullchain_path)
  15. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 253, in deploy_cert
  16. vhost = self.choose_vhost(domain)
  17. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 347, in choose_vhost
  18. vhost = self.make_vhost_ssl(vhost)
  19. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 852, in make_vhost_ssl
  20. self._copy_create_ssl_vhost_skeleton(nonssl_vhost, ssl_fp)
  21. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 998, in _copy_create_ssl_vhost_skeleton
  22. ssl_vh_contents, sift = self._sift_rewrite_rules(orig_contents)
  23. File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 1070, in _sift_rewrite_rules
  24. line = next(contents)
  25. StopIteration
Add Comment
Please, Sign In to add comment