Skip to content

Commit

Permalink
Merge pull request #4 from bitsandbooks/stable
Browse files Browse the repository at this point in the history
Fixed missing bracket for SSL_CA_CRT_FILENAME.
  • Loading branch information
BertrandGouny committed May 17, 2015
2 parents 95e4f5d + 52b6e3b commit c2129c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

SSLCertificateFile /osixia/phpldapadmin/apache2/ssl/${SSL_CRT_FILENAME}
SSLCertificateKeyFile /osixia/phpldapadmin/apache2/ssl/${SSL_KEY_FILENAME}
#SSLCACertificateFile /osixia/phpldapadmin/apache2/ssl/${SSL_CA_CRT_FILENAME
#SSLCACertificateFile /osixia/phpldapadmin/apache2/ssl/${SSL_CA_CRT_FILENAME}

<Directory /var/www/phpldapadmin/htdocs >
Require all granted
Expand Down

0 comments on commit c2129c3

Please sign in to comment.