Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ssl 在thingsboard上启用HTTPS_Ssl_Https_Certbot_Thingsboard - Fatal编程技术网

Ssl 在thingsboard上启用HTTPS

Ssl 在thingsboard上启用HTTPS,ssl,https,certbot,thingsboard,Ssl,Https,Certbot,Thingsboard,我正试图使用本指南()启用HTTPS,但我相信我在第9步遇到了麻烦 sudo certbot-certonly --domain your_domain --email your_email 我得到以下错误 certbot: error: unrecognized arguments: --tls-sni-01-port 8443 据我所知,lets encrypt不再支持此参数(tls-sni-01-port)或使用80和443以外的端口。这是我从()得到的 我不确定如何解决这个问题。这是

我正试图使用本指南()启用HTTPS,但我相信我在第9步遇到了麻烦

sudo certbot-certonly --domain your_domain --email your_email
我得到以下错误

certbot: error: unrecognized arguments: --tls-sni-01-port 8443
据我所知,lets encrypt不再支持此参数(tls-sni-01-port)或使用80和443以外的端口。这是我从()得到的


我不确定如何解决这个问题。

这是我的docker-compose.yml,用于Thingsboard+HTTPS,通过Nginx反向代理自动加密证书:

它使用它来管理证书,并与社区的Let's Encrypt要求保持同步