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