1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 22:06:02 +02:00
Files
misskey/tools/letsencrypt/get-cert.sh
2017-11-25 07:40:30 +09:00

13 lines
146 B
Bash

#!/bin/sh
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