Hi, I’ve been trying to get the certificates since I got the beta, but as far as I have read I don’t see what’s missing.
./letsencrypt-auto --agree-dev-preview --server https://acme-v01.api.letsencrypt.org/directory certonly
Make sure your web server displays the following content at http://www.octal.es/.well-known/acme-challenge/DZYKL2Pfx81MQ_Tal7pCmrstbhTWVfbu1bawCBHUl3c before continuing:
So, I edit the file and change its name in about 20 seconds (don’t really know if this affects), but I always get this error (with --debug)
Traceback (most recent call last):
File "/Users/Alvaro/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 1187, in main
return args.func(args, config, plugins)
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 497, in obtain_cert
_auth_from_domains(le_client, config, domains)
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 326, in _auth_from_domains
lineage = le_client.obtain_and_enroll_certificate(domains)
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 254, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 237, in obtain_certificate
return self._obtain_certificate(domains, csr) + (key, csr)
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/client.py", line 195, in _obtain_certificate
authzr = self.auth_handler.get_authorizations(domains)
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/auth_handler.py", line 87, in get_authorizations
self.verify_authzr_complete()
File "/Users/Alvaro/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/auth_handler.py", line 298, in verify_authzr_complete
raise errors.AuthorizationError("Incomplete authorizations")
AuthorizationError: Incomplete authorizations
Yes, the Content-Type is text/plain. ¿Is it possible to be related with the host?
I’m on Mac OS X 10.11.1 (El Capitan). (checked also on centos, same output)
thanks in advance, and apologies for my english.
PD: my /etc/letsencrypt/cli.ini