~/certs and ~/.acme.sh for the acme user and provide a sample account.conf
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
security/acme.sh/Makefile | ||
---|---|---|
45 ↗ | (On Diff #30324) | You cannot put sample files in there. You have to move them somewhere else, like EXAMPLESDIR. newsyslog.conf has: <include> /usr/local/etc/newsyslog.conf.d/* So all the files in there are always used. If you put a .sample file, it will be used. Also, the file should probably be named acme.sh, and not the very long name you have now. |
security/acme.sh/files/pkg-install.in | ||
9–11 ↗ | (On Diff #30324) | /usr/bin/install -d -o acme -g acme -m 750 ~/acme/.acme.sh |
15–17 ↗ | (On Diff #30324) | /usr/bin/install -d -o acme -g acme -m 750 ~/acme/certs |
21 ↗ | (On Diff #30324) | I would use %%EXAMPLESDIR%% directly here, no real need to create a variable. |