summaryrefslogtreecommitdiff
path: root/tools/letsencrypt/get-cert.sh
blob: d44deb1443f6fb35fcff98b2726da88924a819ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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\