New issue by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/29299 Description: - libtls and all of its dependents looks for certs file in `/etc/ssl/cert.pem` - OpenSSL provides the symlink at `/etc/ssl/certs.pem` - Old our LibreSSL provides a symlink to `certs.pem` in `/etc/ssl/cert.pem` In order to make our users' system work, I've provided a temporary fix at ee34f60ecb, (libtls: ship /etc/ssl/cert.pem, 2021-03-08). I'm not sure if it could be qualified as a permanent fix, or we should patch libtls source to change `cert.pem` into `certs.pem`. My naive grep in `apps/nc` and `tls` yields 12 occurences of `cert.pem`.