我正在尝试使用这个指南(https://thingsboard.io/docs/user-guide/install/pe/add-haproxy-ubuntu/#step-10-refresh-haproxy-configuration)来启用HTTPS,但是我被困在了第9步,我相信。
sudo certbot-certonly --domain your_domain --email your_email
我得到以下错误
certbot: error: unrecognized arguments: --tls-sni-01-port 8443
据我所知,让加密不再支持此参数(tls-sni-01-port)或使用80和443以外的端口。这是我从(https://serverfault.com/questions/805666/certbot-letsencrypt-on-different-port-than-443)得到的。
我不知道如何解决这个问题。
发布于 2020-10-06 00:45:27
这是我的docker-compose.yml,用于Thingsboard + HTTPS,通过Nginx反向代理自动让我们加密证书:https://github.com/michalfapso/thingsboard_docker_https/
它使用linuxserver/swag来管理证书,并与linuxserver.io社区的“让我们加密”的要求保持同步。
https://stackoverflow.com/questions/63827227
复制相似问题