misskey/tools/letsencrypt/get-cert.sh

13 lines
162 B
Bash
Raw Normal View History

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