We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7470b44 + b1e3d0f commit 03dd659Copy full SHA for 03dd659
2 files changed
lib/config
@@ -110,6 +110,7 @@ function merge_config_group {
110
111
[[ -r $localfile ]] || return 0
112
113
+ local configfile group
114
for group in $matchgroups; do
115
for configfile in $(get_meta_section_files $localfile $group); do
116
if [[ -d $(dirname $(eval "echo $configfile")) ]]; then
lib/tls
@@ -84,6 +84,7 @@ function create_CA_base {
84
return 0
85
fi
86
87
+ local i
88
for i in certs crl newcerts private; do
89
mkdir -p $ca_dir/$i
90
done
0 commit comments