mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 22:49:21 +08:00
Update Docker TLS Instructions with tlscacert
option (#118)
Without adding this to the docker daemon config, I would get an "unknown certificate authority" error
@@ -36,6 +36,7 @@ Update the daemon configuration located at `/etc/docker/daemon.json`:
|
||||
|
||||
#Secure option
|
||||
"tls": true,
|
||||
"tlscacert": "/var/docker/ca.pem",
|
||||
"tlscert": "/var/docker/server.pem",
|
||||
"tlskey": "/var/docker/serverkey.pem",
|
||||
"hosts": ["unix:///var/run/docker.sock", "tcp://<host IP address>:2376"]
|
||||
|
Reference in New Issue
Block a user