Tag: docker certbot

certbot.main:exception退出

我想写一个nginx的docker 容器 ,它应该使用certbot自动生成SSL证书。 但是,我遇到了这个问题,我承认我不太了解。 任何想法有什么不对吗? 2017-07-03 23:49:01,253:DEBUG:certbot.main:Root logging level set at 30 2017-07-03 23:49:01,255:INFO:certbot.main:Saving debug log to /var/log/letsencrypt/letsencrypt.log 2017-07-03 23:49:01,256:DEBUG:certbot.main:certbot version: 0.9.3 2017-07-03 23:49:01,256:DEBUG:certbot.main:Arguments: ['–quiet', '–standalone', '–agree-tos', '–staging', '–email', 'office@itmediaconnect.ro', '-d', 'test3.terra.itmcd.me', '–dry-run'] 2017-07-03 23:49:01,257:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#webroot,PluginEntryPoint#null,PluginEntryPoint#manual,PluginEntryPoint#standalone) 2017-07-03 23:49:01,258:DEBUG:certbot.plugins.selection:Requested authenticator standalone and installer None 2017-07-03 23:49:01,437:DEBUG:certbot.plugins.selection:Single candidate plugin: * standalone Description: Spin up a temporary […]