summaryrefslogtreecommitdiff
path: root/tools/letsencrypt/get-cert.sh
blob: 409f2fa5e3928fe016d9e68a6fe81bd5ac6a9fd0 (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 about.$1\
  -d ch.$1\
  -d stats.$1\
  -d status.$1\
  -d dev.$1\
  -d file.$2\