no change

This commit is contained in:
pvincent
2024-05-08 09:07:28 +04:00
parent 255adb34e6
commit 81bd839aca
+3 -1
View File
@@ -221,7 +221,9 @@ function build_dmz_certbot {
echowarn "CNAME <$fqdn> points to another server: <$server_name>" echowarn "CNAME <$fqdn> points to another server: <$server_name>"
else else
echo registering "$domain" "$subDomain" to ... "$public_hostname" echo registering "$domain" "$subDomain" to ... "$public_hostname"
"$MIAOU_BASEDIR"/lib/registrar/ovh-domain.sh set "$domain" "$subDomain" "$public_hostname"
echo NOT YET! #FIXME: to delete
# "$MIAOU_BASEDIR"/lib/registrar/ovh-domain.sh set "$domain" "$subDomain" "$public_hostname"
echo "TODO: TEST with dig, wait for reply in 4s then certbot!!!" echo "TODO: TEST with dig, wait for reply in 4s then certbot!!!"
exit 5 exit 5