3 lines
172 B
Bash
Executable file
3 lines
172 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
/usr/bin/certbot --nginx certonly --agree-tos --renew-by-default --email REPLACEME@REPLACEME.TLD -d REPLACEME.TLD,www.REPLACEME.tld,mail.REPLACEME.tld
|