The module works! It works, although I cannot find how to test it
inside firefox. I tried to use the certutil within my profile folder
in order to create a TestCA, but my attempt failed with a strange IO
error. I also tried to create a cert with openssl and import it into
"Your Certificates" tab under the certManager but that failed too.
What I need to know is how can this be achieved? How can I import a my
TestCA into the profile cert databases so that I can use it by
PK11_FindCertFromNickname function?
Many thanks in advance.
If you haven't yet tested it, how do you know it works?
> I tried to use the certutil within my profile folder in order to create
> a TestCA, but my attempt failed with a strange IO error.
That's not enough information for anyone to be able to help you.
> I also tried to create a cert with openssl and import it into "Your
> Certificates" tab under the certManager but that failed too.
With what error message?
> What I need to know is how can this be achieved? How can I import a my
> TestCA into the profile cert databases so that I can use it by
> PK11_FindCertFromNickname function?
>
> Many thanks in advance.
--
/Nelson Bolyard
I've been testing it in a standalone application and couldn't make it
work with Firefox. It all works now.