|
|
@ -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 |
|
|
|