Add support for writing client CAs when access-lists are updated

This commit adds the basic support necessary to produce the combined
client CA files when certificates are updated.
This commit is contained in:
Will Rouesnel
2023-05-27 02:21:10 +10:00
parent e5bb50c164
commit fb766d14e9
3 changed files with 78 additions and 9 deletions

View File

@ -20,6 +20,7 @@ mkdir -p \
/data/custom_ssl \
/data/logs \
/data/access \
/data/clientca \
/data/nginx/default_host \
/data/nginx/default_www \
/data/nginx/proxy_host \