diff --git a/scripts/miaou b/scripts/miaou index 6ae0d2a..8ade3c8 100755 --- a/scripts/miaou +++ b/scripts/miaou @@ -221,7 +221,9 @@ function build_dmz_certbot { echowarn "CNAME <$fqdn> points to another server: <$server_name>" else 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!!!" exit 5