osixia / docker-phpLDAPadmin

phpLDAPadmin container image 🐳🌴
MIT License
856 stars 197 forks source link

Typo : can't activate SSL with own certificates. #1

Closed cdrcnm closed 9 years ago

cdrcnm commented 9 years ago

There is an error in image/service/phpldapadmin/assets/apache2/phpldapadmin-ssl.conf On the line for the CA certificate, the final "}" is missing.

SSLCACertificateFile /osixia/phpldapadmin/apache2/ssl/${SSL_CA_CRT_FILENAME

and apache2 won't start with this error.

The problem seems to be the same with the image on the docker registry.

osixia commented 9 years ago

Yes exactly, adding "}" at the end should solve these issue. I'll try that and push a fix soon.

Thanks