This commit is contained in:
Jephté Clain 2015-04-20 17:55:10 +04:00
parent c145884051
commit 988e04518c
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,10 @@ function apache_autoconf() {
if [ -d "$certsconfdir" ]; then
local -a certsconfs
local certsconf cert key ca
array_addu FILLVARS cert
array_addu FILLVARS key
array_addu FILLVARS ca
etitle "Installation des certificats"
array_lsfiles certsconfs "$certsconfdir" "*.conf"
for certsconf in "${certsconfs[@]}"; do