hallo again,

I found my error..
the magic line was
 > certutil -A -n "10.3.0.226" -t "P,p,p" -i cacert.pem -d .
where P isn't the correct trustarg for my case.
a working command is
 > certutil -A -n "10.3.0.226" -t "C,C,C" -i cacert.pem -d .
documentation of this stuff is under
http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html

thank you for your help ;)
_______________________________________________
dev-tech-ldap mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-ldap

Reply via email to