Skip to content

Commit 98f5f1b

Browse files
authored
Fix typo (README.md)
1 parent d66e0b1 commit 98f5f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ By default TLS is enable, a certificate is created with the container hostname (
144144

145145
You can set your custom certificate at run time, by mounting a directory containing those files to **/container/service/slapd/assets/certs** and adjust their name with the following environment variables:
146146

147-
docker run --hostname ldap.example.org --volume /path/to/certifates:/container/service/slapd/assets/certs \
147+
docker run --hostname ldap.example.org --volume /path/to/certificates:/container/service/slapd/assets/certs \
148148
--env LDAP_TLS_CRT_FILENAME=my-ldap.crt \
149149
--env LDAP_TLS_KEY_FILENAME=my-ldap.key \
150150
--env LDAP_TLS_CA_CRT_FILENAME=the-ca.crt \

0 commit comments

Comments
 (0)