We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c79df commit 370e8f2Copy full SHA for 370e8f2
docs/extend/plugin_api.md
@@ -79,7 +79,7 @@ This is the JSON format for a plugin:
79
"InsecureSkipVerify": false,
80
"CAFile": "/usr/shared/docker/certs/example-ca.pem",
81
"CertFile": "/usr/shared/docker/certs/example-cert.pem",
82
- "KeyFile": "/usr/shared/docker/certs/example-key.pem",
+ "KeyFile": "/usr/shared/docker/certs/example-key.pem"
83
}
84
85
```
0 commit comments