Skip to content
Snippets Groups Projects
Commit 6f7ff73a authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Fix warden_apply.sh new cert renewal based on existing cert

parent 676b6301
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ fi
url="$1"
client="$2"
password="$3"
incert="$4"
inkey="$5"
incert="$3"
inkey="$4"
trap 'rm -f "$config $result"' INT TERM HUP EXIT
......
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