Skip to content
Snippets Groups Projects
Commit 2d982ff5 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix: "key and cert do not match"

parent 99b2890b
No related branches found
No related tags found
1 merge request!216339 key and cert do not match
......@@ -35,6 +35,7 @@
# 2022-05-19 <axel.hahn@iml.unibe.ch> add timer and debug.log
# 2022-05-20 <axel.hahn@iml.unibe.ch> update _wait_4_free_slot and data in debug.log
# 2023-02-01 <axel.hahn@unibe.ch> skip function _fixKeyfile with former workaround
# 2023-05-08 <axel.hahn@unibe.ch> fix: "key and cert do not match"
# ======================================================================
......@@ -467,6 +468,9 @@ function public_add(){
fi
done
# 2023-05-08: Specifies the domain key length
_params+="--keylength 2048 "
_wd "--- create output dir $dircerts"
mkdir -p "${CM_dircerts}" 2>/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment