build_key-pass.sh: change name of 'ta.key' and 'ca.cert'.

This commit is contained in:
2022-08-17 16:02:12 +02:00
parent be54626b2a
commit 7ac86350aa
2 changed files with 5 additions and 2 deletions

View File

@@ -676,6 +676,9 @@ fi
if [[ $? -ne 0 ]] ; then
_failed=true
fi
# - For historical reasons
# -
cp -a "$_client_conf_file" "${_target_dir}/client-$(basename $_client_conf_file)" >> $log_file 2>&1
if [[ $? -ne 0 ]] ; then
_failed=true