security/ca_root_nss: symlink with no target is created by certctl rehash
Tatsuki Makino <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <SI2PR01MB5036788AB0570188711D83F2FAD9A@SI2PR01MB5036.apcprd01.prod.exchangelabs.com> |
Hello. certctl rehash may be run by etcupdate and other tools, but when ca_root_nss is installed, symlinks without targets are created. Such symlinks can be found using a command like the following. find -L /etc/ssl/certs/ -type l -ls The issue occurs in environment 14.3-STABLE from at least a month ago. Regarding that, what should be corrected? Regards.