Change output of successfully created certs for hostname - add 'https://'
This commit is contained in:
parent
70352ca7f6
commit
1e60c49b19
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user