gpt4 book ai didi

ssl - Traefik 将颁发证书而不是 Let's encrypt

转载 作者:太空宇宙 更新时间:2023-11-03 12:53:04 39 4
gpt4 key购买 nike

我正在尝试根据本教程设置 traefik:https://www.digitalocean.com/community/tutorials/how-to-use-traefik-as-a-reverse-proxy-for-docker-containers-on-ubuntu-16-04

这是我正在使用的 traefik.toml:

defaultEntryPoints = ["http", "https"]

[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]

[web]
address = ":8080"
[web.auth.basic]
users = [myuserandpw]

[acme]
email = "myemailadress"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
onDemand = false

现在,当我想打开监控仪表板时,会收到一条警告,提示我的连接不安全。它指出我的网站正在使用自签名证书(错误代码:SEC_ERROR_UNKOWN_ISSUER)。这是真的,因为正在使用 traefik 默认证书而不是来自 let's encrypt 的新证书。这可能是什么原因?

最佳答案

关于ssl - Traefik 将颁发证书而不是 Let's encrypt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48408184/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com