Dans les logs j'ai une erreur disant
Traceback (most recent call last):
File "/root/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module>
sys.exit(main())
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 1148, in main
setup_logging(args, _cli_log_handler, logfile='letsencrypt.log')
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 1070, in setup_logging
cli_handler = cli_handler_factory(args, level, fmt)
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 1057, in _cli_log_handler
handler = log.DialogHandler()
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/log.py", line 29, in __init__
self.d = dialog.Dialog() if d is None else d
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/dialog.py", line 1013, in __init__
self._dialog_prg = _path_to_executable(dialog)
File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/dialog.py", line 477, in _path_to_executable
"can't find the executable for the dialog-like "
ExecutableNotFound
J'ai bien essayé d'installer dialog mais j'obtiens de nouveau une erreur de dépendance
The following NEW packages will be installed:
dialog
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 324 kB of archives. After unpacking 1,260 kB will be used.
The following packages have unmet dependencies:
libtinfo5 : Breaks: dialog (< 1.2-20130523) but 1.1-20120215-2 is to be installed.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) dialog [Not Installed]
Accept this solution? [Y/n/q/?]
Si je fais oui il se passe rien ^^