mirror of
https://github.com/php/web-wiki.git
synced 2025-07-25 16:40:44 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
certbot certonly -d wiki.php.net --webroot
|
|
|
|
systemctl restart apache2
|