Skip to content

Commit 9c9a377

Browse files
authored
Fix typo in security doc (#685)
Signed-off-by: Kevin Grigorenko <kevin.grigorenko@us.ibm.com>
1 parent 39ee144 commit 9c9a377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If set to true, then the default certificates from the JVM are used in addition
99

1010
### Providing custom certificates (`20.0.0.3+`)
1111

12-
It is possible to provide custom PEM certifacates by mounting the files into the container. Files that will be imported are `tls.key`, `tls.crt` and `ca.crt`.
12+
It is possible to provide custom PEM certificates by mounting the files into the container. Files that will be imported are `tls.key`, `tls.crt` and `ca.crt`.
1313

1414
The location can be specified by `TLS_DIR` environment variable. Default location
1515
for certificates is `/etc/x509/certs/`.

0 commit comments

Comments
 (0)