docker exec -it xxxxxx sh
apk –no-cache add ca-certificates && update-ca-certificates
Posts with the docker tag
HomeAssistant开启ssl
编辑配置文件目录中的 configuration.yaml 尾部添加:
http:
ssl_certificate: uhttpd.crt
ssl_key: uhttpd.key
上传 crt 和key文件至该目录后重启
docker exec -it xxxxxx sh
apk –no-cache add ca-certificates && update-ca-certificates
编辑配置文件目录中的 configuration.yaml 尾部添加:
http:
ssl_certificate: uhttpd.crt
ssl_key: uhttpd.key
上传 crt 和key文件至该目录后重启