fix bad quoting
This commit is contained in:
parent
647ad6d48f
commit
79c0287d38
1 changed files with 3 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ mkdir /home/acme/challenges/.well-known
|
||||||
ln -s /home/acme/challenges /home/acme/challenges/.well-known/acme-challenge
|
ln -s /home/acme/challenges /home/acme/challenges/.well-known/acme-challenge
|
||||||
chown -R acme:www-data challenges
|
chown -R acme:www-data challenges
|
||||||
chmow og+rX challenges
|
chmow og+rX challenges
|
||||||
...
|
```
|
||||||
|
|
||||||
I do not have git on small machines, so just grab the code with fetch. Being lazy, I just fetch the source into /home/acme.
|
I do not have git on small machines, so just grab the code with fetch. Being lazy, I just fetch the source into /home/acme.
|
||||||
|
|
||||||
|
|
@ -195,4 +195,5 @@ You can run the same script as above for certificate renewal. Put
|
||||||
|
|
||||||
in acme's crontab.
|
in acme's crontab.
|
||||||
|
|
||||||
2022.01.09
|
---
|
||||||
|
2023.12.09
|
||||||
Loading…
Add table
Add a link
Reference in a new issue