From 94b3cc630c8e29874a0619fd8001e6a11ca6ed91 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Mon, 26 Sep 2016 15:43:09 +0300 Subject: [PATCH] #89 fixed --- algo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo b/algo index d5302b4..bf1ebe4 100755 --- a/algo +++ b/algo @@ -173,7 +173,7 @@ What user should we use to login on the server? (ignore if you're deploying to l Enter the public IP address of your server: (IMPORTANT! This IP is used to verify the certificate) : " -r IP_subject - ansible-playbook deploy.yml -t local,vpn -e "server_ip=$server_ip server_user=$server_user IP_subject=$IP_subject" + ansible-playbook deploy.yml -t local,vpn -e "server_ip=$server_ip server_user=$server_user IP_subject_alt_name=$IP_subject" } algo_provisioning () {