Oddbean new post about | logout
 @09085299 @Anthony “Maybe Mitch Connor” Bacon  @8e8757b2 @67975218 

This is literally my script and it hasn't failed me yet

#!/bin/bash 
 systemctl stop nginx 
 certbot renew --standalone 
 systemctl start nginx