Advertisement
gkaroly

Untitled

Oct 14th, 2017
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.50 KB | None | 0 0
  1. root@ganyikaroly:~# apt-get install python-certbot-apache
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6.   python-augeas
  7. Suggested packages:
  8.   python-certbot-apache-doc
  9. The following NEW packages will be installed:
  10.   python-augeas python-certbot-apache
  11. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  12. Need to get 45.5 kB of archives.
  13. After this operation, 211 kB of additional disk space will be used.
  14. Do you want to continue? [Y/n]
  15. Get:1 http://ftp.de.debian.org/debian stretch/main amd64 python-augeas all 0.5.0-1 [9,032 B]
  16. Get:2 http://ftp.de.debian.org/debian stretch/main amd64 python-certbot-apache all 0.10.2-1 [36.5 kB]
  17. Fetched 45.5 kB in 0s (51.9 kB/s)                
  18. Selecting previously unselected package python-augeas.
  19. (Reading database ... 54562 files and directories currently installed.)
  20. Preparing to unpack .../python-augeas_0.5.0-1_all.deb ...
  21. Unpacking python-augeas (0.5.0-1) ...
  22. Selecting previously unselected package python-certbot-apache.
  23. Preparing to unpack .../python-certbot-apache_0.10.2-1_all.deb ...
  24. Unpacking python-certbot-apache (0.10.2-1) ...
  25. Setting up python-augeas (0.5.0-1) ...
  26. Setting up python-certbot-apache (0.10.2-1) ...
  27. root@ganyikaroly:~# certbot --apache
  28. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  29.  
  30. Which names would you like to activate HTTPS for?
  31. -------------------------------------------------------------------------------
  32. 1: uvegfiu.hu
  33. 2: www.uvegfiu.hu
  34. -------------------------------------------------------------------------------
  35. Select the appropriate numbers separated by commas and/or spaces, or leave input
  36. blank to select all options shown (Enter 'c' to cancel):Traceback (most recent call last):
  37.   File "/usr/bin/certbot", line 11, in <module>
  38.     load_entry_point('certbot==0.10.2', 'console_scripts', 'certbot')()
  39.   File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 849, in main
  40.     return config.func(config, plugins)
  41.   File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 570, in run
  42.     domains, certname = _find_domains_or_certname(config, installer)
  43.   File "/usr/lib/python2.7/dist-packages/certbot/main.py", line 299, in _find_domains_or_certname
  44.     domains = display_ops.choose_names(installer)
  45.   File "/usr/lib/python2.7/dist-packages/certbot/display/ops.py", line 111, in choose_names
  46.     code, names = _filter_names(names)
  47.   File "/usr/lib/python2.7/dist-packages/certbot/display/ops.py", line 161, in _filter_names
  48.     tags=sorted_names, cli_flag="--domains", force_interactive=True)
  49.   File "/usr/lib/python2.7/dist-packages/certbot/display/util.py", line 227, in checklist
  50.     force_interactive=True)
  51.   File "/usr/lib/python2.7/dist-packages/certbot/display/util.py", line 149, in input
  52.     break_on_hyphens=False))
  53. KeyboardInterrupt
  54.  
  55. root@ganyikaroly:~# mc
  56.  
  57. root@ganyikaroly:~#
  58. root@ganyikaroly:~# certbot --apache
  59. Saving debug log to /var/log/letsencrypt/letsencrypt.log
  60.  
  61. Which names would you like to activate HTTPS for?
  62. -------------------------------------------------------------------------------
  63. 1: uvegfiu.hu
  64. 2: www.uvegfiu.hu
  65. -------------------------------------------------------------------------------
  66. Select the appropriate numbers separated by commas and/or spaces, or leave input
  67. blank to select all options shown (Enter 'c' to cancel):1
  68. Obtaining a new certificate
  69. Performing the following challenges:
  70. tls-sni-01 challenge for uvegfiu.hu
  71. Waiting for verification...
  72. Cleaning up challenges
  73. Failed authorization procedure. uvegfiu.hu (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested b9dc2e6a71cbf3810afce5fff2d27fca.2d9bcaa7accde02d1b852db4ea50e439.acme.invalid from 185.80.51.134:443. Received 3 certificate(s), first certificate had names "eletem.tegyjot.hu, www.eletem.tegyjot.hu"
  74.  
  75. IMPORTANT NOTES:
  76.  - The following errors were reported by the server:
  77.  
  78.    Domain: uvegfiu.hu
  79.    Type:   unauthorized
  80.    Detail: Incorrect validation certificate for tls-sni-01 challenge.
  81.    Requested
  82.    b9dc2e6a71cbf3810afce5fff2d27fca.2d9bcaa7accde02d1b852db4ea50e439.acme.invalid
  83.    from 185.80.51.134:443. Received 3 certificate(s), first
  84.    certificate had names "eletem.tegyjot.hu, www.eletem.tegyjot.hu"
  85.  
  86.    To fix these errors, please make sure that your domain name was
  87.    entered correctly and the DNS A record(s) for that domain
  88.    contain(s) the right IP address.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement