fix bad quoting

This commit is contained in:
Randy Bush 2023-12-09 16:24:29 -08:00
parent 647ad6d48f
commit 79c0287d38

View file

@ -24,7 +24,7 @@ mkdir /home/acme/challenges/.well-known
ln -s /home/acme/challenges /home/acme/challenges/.well-known/acme-challenge
chown -R acme:www-data 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.
@ -195,4 +195,5 @@ You can run the same script as above for certificate renewal. Put
in acme's crontab.
2022.01.09
---
2023.12.09