Files
php-web-wiki/systems/refresh-letsencrypt.sh
2024-05-20 10:19:09 -05:00

6 lines
83 B
Bash
Executable File

#!/bin/bash
certbot certonly -d wiki.php.net --webroot
systemctl restart apache2