This commit is contained in:
syuilo 2017-11-25 07:44:14 +09:00
parent d21246a794
commit 6d3a4336d1

View file

@ -1,12 +1,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
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\