-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
Trying to remove some obsolete certificates I got:
# trust anchor --remove /etc/ssl/certs/SLES11*
p11-kit: couldn't remove read-only certificate
p11-kit: couldn't remove read-only certificate
p11-kit: couldn't remove read-only certificate
p11-kit: 3 errors while processing
There are two issues here:
- The name of the certificate or file in question is not shown
- If a certificate is read-only (one shouldn't change it anyway), it still can be removed (in UNIX systems at least).
So this makes not sense. Seen in p11-kit-0.23.22 of SLES15 SP6.
Interestingly even after a "chmod u+w /etc/ssl/certs/SLES11*" I get the same error message.