Change output of successfully created certs for hostname - add 'https://'

This commit is contained in:
Christoph 2017-03-31 01:49:11 +02:00
parent 70352ca7f6
commit 1e60c49b19

View File

@ -2099,7 +2099,7 @@ if [[ -n "\$_successfully_created_hosts" ]] ; then
echo ""
for _hostname in \$_successfully_created_hosts ; do
echo " \$_hostname"
echo " https://\$_hostname"
done
echo ""