This commit is contained in:
Randy Bush 2024-02-14 08:53:53 -08:00
parent 35e29556a2
commit fb5016f7f0

View file

@ -23,7 +23,7 @@ And challenges needs a self-referential sub-directory
mkdir /home/acme/challenges/.well-known 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 chmod 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.