ofreax 10 years ago
parent
commit
cf88338d7e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      image/service/slapd/container-start.sh

+ 1 - 1
README.md

@@ -97,7 +97,7 @@ By default TLS is enable, a certificate is created for the CN (common name) ldap
 
 Add your custom certificate, private key and CA certificate in the directory **image/service/slapd/assets/ssl** adjust filename in **image/env.yml** and rebuild the image ([see manual build](#manual-build)).
 
-Or you can set your custom certificate at run time, by mouting your a directory containing thoses files to **/osixia/slapd/ssl** and adjust there name with the following environment variables :
+Or you can set your custom certificate at run time, by mouting a directory containing thoses files to **/osixia/slapd/ssl** and adjust there name with the following environment variables :
 
 	docker run -v /path/to/certifates:/osixia/slapd/ssl \
 	-e SSL_CRT_FILENAME=my-ldap.crt \

+ 1 - 1
image/service/slapd/container-start.sh

@@ -85,7 +85,7 @@ EOF
   else
     # there is an existing database and config
 
-    # ifthe config was bootstraped with TLS
+    # if the config was bootstraped with TLS
     # to avoid error (#6) we check tls files
     if [ -e "$BOOTSTRAPED_WITH_TLS" ]; then
       check_tls_files