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

Merge branch '6339-key-and-cert-do-not-match' into 'master'

6339 key and cert do not match

See merge request !21
parents 99b2890b 8c75d42a
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
......
......@@ -3,7 +3,6 @@
Wrapper for **acme.sh** to create Let's Encrypt certificates using DNS authentication.
It was written to create/ renew all needed certificates at a central system to deploy it from there (Ansible, Puppet, ...).
source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-certman>
license: GNU GPL 3.0 <http://www.gnu.org/licenses/gpl-3.0.html>
See [docs](docs/)
📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-certman> \
📜 License: GNU GPL 3.0 \
📗 You can read the docs online: <https://os-docs.iml.unibe.ch/iml-certman/> or have a look to the [docs](docs/) subdirectory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment