egirlskey/tools/letsencrypt/get-cert.sh

13 lines
163 B
Bash
Raw Normal View History

2017-11-24 22:40:30 +00:00
#!/bin/sh
2017-11-24 22:44:14 +00:00
certbot certonly --standalone\
-d $1\
-d api.$1\
-d auth.$1\
-d about.$1\
-d ch.$1\
-d stats.$1\
-d status.$1\
-d dev.$1\
-d file.$2\