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

Merge branch '5213-handle-dns-alias-domain' into 'master'

fix multiple domains using domain alias

See merge request open-source/iml-certman!10
parents 3f183541 72829cb8
No related branches found
No related tags found
1 merge request!10fix multiple domains using domain alias
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
# 2022-04-04 <axel.hahn@iml.unibe.ch> Bugfix: copy key from csr folder to ~/.acme/ # 2022-04-04 <axel.hahn@iml.unibe.ch> Bugfix: copy key from csr folder to ~/.acme/
# 2022-04-04 <axel.hahn@iml.unibe.ch> added param "list-old" # 2022-04-04 <axel.hahn@iml.unibe.ch> added param "list-old"
# 2022-04-07 <axel.hahn@iml.unibe.ch> fix missing key in public_ensure before calling public_add too. # 2022-04-07 <axel.hahn@iml.unibe.ch> fix missing key in public_ensure before calling public_add too.
# 2022-04-20 <axel.hahn@iml.unibe.ch> fix multiple domains using domain alias
# ====================================================================== # ======================================================================
...@@ -409,7 +410,7 @@ function public_add(){ ...@@ -409,7 +410,7 @@ function public_add(){
if [ -n "${CM_challenge_alias}" ] && ! echo "$_mydomain" | grep "${CM_certmatch}" >/dev/null if [ -n "${CM_challenge_alias}" ] && ! echo "$_mydomain" | grep "${CM_certmatch}" >/dev/null
then then
_params+="--challenge-alias ${CM_challenge_alias}" _params+="--challenge-alias ${CM_challenge_alias} "
fi fi
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment