1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
cherrypick/tools/letsencrypt/get-cert.sh

13 lines
162 B
Bash
Raw Normal View History

2017-11-25 07:40:30 +09:00
#!/bin/sh
2017-11-25 07:44:14 +09:00
certbot certonly --standalone\
-d $1\
-d api.$1\
-d auth.$1\
2017-12-17 01:41:22 +09:00
-d docs.$1\
2017-11-25 07:44:14 +09:00
-d ch.$1\
-d stats.$1\
-d status.$1\
-d dev.$1\
-d file.$2\