Fix json format of plugin
Signed-off-by: Janonymous <janonymous.codevulture@gmail.com>
This commit is contained in:
parent
43544cf2b4
commit
2d24dbe896
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ This is the JSON format for a plugin:
|
|||
"InsecureSkipVerify": false,
|
||||
"CAFile": "/usr/shared/docker/certs/example-ca.pem",
|
||||
"CertFile": "/usr/shared/docker/certs/example-cert.pem",
|
||||
"KeyFile": "/usr/shared/docker/certs/example-key.pem",
|
||||
"KeyFile": "/usr/shared/docker/certs/example-key.pem"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue