3 lines
134 B
Bash
Executable File
3 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
certbot certonly --config-dir /home/user/_certbot/config --work-dir /home/user/_certbot --logs-dir /home/user/_certbot/logs
|