Correct /usr/local/etc/ssl/cert.pem results from pkgbase installations?
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Sep 2025 20:07:05 UTC
In 4 different pkgbase contexts, I've got 3 different types of status for /usr/local/etc/ssl/cert.pem : amd64 stable/14 context: # ls -lodTt /etc/ssl/cert* drwxr-xr-x 2 root wheel - 3584 Sep 2 13:26:23 2025 /etc/ssl/certs -r--r--r-- 1 root wheel - 234905 Aug 31 14:36:21 2025 /etc/ssl/cert.pem.pkgsave lrwxr-xr-x 1 root wheel - 32 Aug 18 18:12:05 2025 /etc/ssl/cert.pem -> ../../usr/local/etc/ssl/cert.pem amd64 main 16 context: # ls -lodTt /etc/ssl/cert* drwxr-xr-x 2 root wheel uarch 152 May 5 23:55:18 2025 /etc/ssl/certs aarch64 main 16 context: # ls -lodTt /etc/ssl/cert* -r--r--r-- 1 root wheel - 224449 Sep 12 21:35:25 2025 /etc/ssl/cert.pem drwxr-xr-x 2 root wheel - 3584 Sep 12 21:35:25 2025 /etc/ssl/certs armv7 main 16 context (a chroot context): # ls -lodTt /etc/ssl/cert* -r--r--r-- 1 root wheel - 224449 Sep 13 23:27:02 2025 /etc/ssl/cert.pem drwxr-xr-x 2 root wheel - 3584 Sep 13 23:27:02 2025 /etc/ssl/certs I've no clue which, if any, are what would be expected based on no manual tailoring, just using defaults. === Mark Millard marklmi at yahoo.com