1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-01 00:08:24 +09:00
MisskeyIO/tools/letsencrypt/get-cert.sh
syuilo 0769566408 ✌️
2017-12-17 01:41:22 +09:00

13 lines
162 B
Bash

#!/bin/sh
certbot certonly --standalone\
-d $1\
-d api.$1\
-d auth.$1\
-d docs.$1\
-d ch.$1\
-d stats.$1\
-d status.$1\
-d dev.$1\
-d file.$2\