@@ -0,0 +1,8 @@
#/bin/bash
clear
systemctl stop nginx
read -p 'Enter your doamin :' domain
certbot certonly --standalone -d $domain
systemctl restart nginx
The note is not visible to the blocked user.