Dan Langille

Results 41 issues of Dan Langille

How about creating a periodic script as an alternative to the cron job?

Downloaded certs are stored in `/var/db/anvil` (or `DOWNLOAD_DIR`). If you remove a cert from the .conf file, `cert-puller` will no longer attempt to fetch that cert. When modifying the .conf...

The find used by cert-shifter checks for changes which occurred in the past 24 hours (1 d) see https://github.com/dlangille/anvil/blob/master/cert-shifter#L31 ``` DIRS=`${FIND} ${CERT_SRC} -mtime -1 -type d -d 1` ``` I...

At present, the code assumes these filenames are used: * example.org.fullchain.cer * example.org.key * ca.cer Perhaps this should be configurable on a per-installation basis.

enhancement

If /usr/local/etc/ssl is chmod 740 and chown root:wheel, anvil will not be able to read the certs. Therefore, the diff fails silently, and it always installs the certs. proposed solution:...

enhancement

After installing, the certs are chown anvil:anvil Really, they should be chown root:wheel

enhancement

When in the southern hemisphere, the moon waxes and wanes in the opposite direction. re: http://twitter.com/igor_chubin/status/717791483127066625

I use the 410.pkg-audit periodic script to monitor various hosts. Some issues are not as urgent as others. Specifically, the expired and deprecated issues are not always under the user's...

This occurred on a FreeBSD 12.2 host. ``` root@freshports:/ # cat /usr/local/etc/pkg/repos/local.conf local: { url: "pkg+http://fedex.unixathome.org/packages/122amd64-default-master-list/" mirror_type: "srv", signature_type: "PUBKEY", pubkey: "/etc/ssl/slocum.unixathome.org.cert", enabled: true } root@freshports:/ # pkg-static bootstrap -f...

When building `lief-0.11.4` on `FreeBSD`, a file listed in the `pkg-plist` has the wrong name. During a sanity check phase of building a FreeBSD package, the code compares the list...

Compilation