forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
d21246a794
commit
6d3a4336d1
1 changed files with 10 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
certbot certonly --standalone \
|
certbot certonly --standalone\
|
||||||
-d $1
|
-d $1\
|
||||||
-d api.$1
|
-d api.$1\
|
||||||
-d auth.$1
|
-d auth.$1\
|
||||||
-d about.$1
|
-d about.$1\
|
||||||
-d ch.$1
|
-d ch.$1\
|
||||||
-d stats.$1
|
-d stats.$1\
|
||||||
-d status.$1
|
-d status.$1\
|
||||||
-d dev.$1
|
-d dev.$1\
|
||||||
-d file.$2
|
-d file.$2\
|
||||||
|
|
Loading…
Reference in a new issue