I’d like to use Docker to run Zammad, and installed it fine (using Zammad docs to guide me).
Whoever I tried to run certbot and it fails.
The first time I installed Zammad I did not use the Docker version, and using the certbot was an easy, few minutes ordeal. Same OS (CntOS) and same instructions on how to use the certbot, and it fails.
So I guess this is somehow related to Zammad docker version, there’s something I need to do differently than if I was installing Zammad without docker.
Can someone shed some light?
CErtbot Log;
2018-11-01 00:49:58,900:DEBUG:certbot.main:certbot version: 0.27.1
2018-11-01 00:49:58,900:DEBUG:certbot.main:Arguments: [’–nginx’, ‘-d’, ‘lurker.tk’]
2018-11-01 00:49:58,900:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-11-01 00:49:58,911:DEBUG:certbot.log:Root logging level set at 20
2018-11-01 00:49:58,911:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-11-01 00:49:58,912:DEBUG:certbot.plugins.selection:Requested authenticator nginx and installer nginx
2018-11-01 00:49:58,913:DEBUG:certbot.plugins.disco:No installation (PluginEntryPoint#nginx):
Traceback (most recent call last):
File “/usr/lib/python2.7/site-packages/certbot/plugins/disco.py”, line 132, in prepare
self._initialized.prepare()
File “/usr/lib/python2.7/site-packages/certbot_nginx/configurator.py”, line 139, in prepare
raise errors.NoInstallationError
NoInstallationError
2018-11-01 00:49:58,913:DEBUG:certbot.plugins.selection:No candidate plugin
2018-11-01 00:49:58,913:DEBUG:certbot.plugins.selection:Selected authenticator None and installer None