Installer un certificat Let's Encrypt
"; print_r($output); echo ""; $conf = file_get_contents("/etc/nginx/hyper.d/" . $_POST['domain'] . ".conf"); $conf = preg_replace("#host\.atope\.art#", $_POST['domain'], $conf); file_put_contents("/etc/nginx/hyper.d/" . $_POST['domain'] . ".conf", $conf); exec("sudo /root/maniver/target/debug/maniver reload-nginx"); echo "Formulaire traité !!"; } else { echo "Rien n'a été reçu lors du dernier chargement"; } ?>