Thanks very much for your help.
I’m going to need some actual instructions though.
I had already guessed ahead and tried this:
$ letsencrypt certonly --webroot -w /usr/share/nginx/html/ -d mydomain.com
An unexpected error occurred:
PythonDialogBug
Please see the logfiles in /var/log/letsencrypt for more details.
In the log there is this:
Traceback (most recent call last):
File "/usr/bin/letsencrypt", line 9, in <module>
load_entry_point('letsencrypt==0.5.0', 'console_scripts', 'letsencrypt')()
File "/usr/lib/python2.7/dist-packages/letsencrypt/main.py", line 692, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/dist-packages/letsencrypt/main.py", line 504, in obtain_cert
le_client = _init_le_client(config, auth, installer)
File "/usr/lib/python2.7/dist-packages/letsencrypt/main.py", line 356, in _init_le_client
acc, acme = _determine_account(config)
File "/usr/lib/python2.7/dist-packages/letsencrypt/main.py", line 341, in _determine_account
config, account_storage, tos_cb=_tos_cb)
File "/usr/lib/python2.7/dist-packages/letsencrypt/client.py", line 106, in register
logger.warn(msg)
File "/usr/lib/python2.7/logging/__init__.py", line 1172, in warning
self._log(WARNING, msg, args, **kwargs)
File "/usr/lib/python2.7/logging/__init__.py", line 1279, in _log
self.handle(record)
File "/usr/lib/python2.7/logging/__init__.py", line 1289, in handle
self.callHandlers(record)
File "/usr/lib/python2.7/logging/__init__.py", line 1329, in callHandlers
hdlr.handle(record)
File "/usr/lib/python2.7/logging/__init__.py", line 757, in handle
self.emit(record)
File "/usr/lib/python2.7/dist-packages/letsencrypt/log.py", line 64, in emit
self.width + self.PADDING_WIDTH)
File "/usr/lib/python2.7/dist-packages/dialog.py", line 2675, in infobox
kwargs)
File "/usr/lib/python2.7/dist-packages/dialog.py", line 1765, in _widget_with_no_output
widget_name, output))
PythonDialogBug
?