misskey/tools/letsencrypt/get-cert.sh

13 lines
162 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\
2017-12-16 16:41:22 +00:00
-d docs.$1\
2017-11-24 22:44:14 +00:00
-d ch.$1\
-d stats.$1\
-d status.$1\
-d dev.$1\
-d file.$2\