Hi,
I try to add a certificate to a fresh certificate db, but the trust attributes are not set as expected. Neither can I change tham.
The cert/pem is valid and double checked :)
Any idea/suggestion?
certutil -N -d certdb-test
certutil -A -n "foobar" -t "u,u,u" -d certdb-test/ -i foobar.pem
certutil -L -d certdb-test/
Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI foobar ,,
certutil -M -n "foobar" -t "u,u,u" -d /tmp/certdb-test/
certutil -L -d certdb-test/
Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI foobar ,,
Thanks and regards . Götz