hi to all.<br>created the certificates with the default config files in FR 2.0.1 with<br>./bootstrap<br><br>created the client certificate with <br>make client<br><br><br>the import of the ca.pem and server.crt in winxp is OK.
<br>they link with each-other ok ( ca->server )<br><br>the import of client.p12 is ok but it doesnt have a valid link<br>it is ca->server->client<br>and the details of the server certificate tells that "is not authorized to issue certificates" .
<br>the client certificates tells that is issued by the server not by the ca.<br><br><br>the question is :<br>the client certificate should be issued by the server or by the ca?<br><br>if its to be issued by the ca then the Makefile in cert dirs have to be modified.
<br><br>in fact after modified the Makefile and client.cnf and re-importing them in xp<br>then the linkage is ok.  ( ca->client )<br><br>is this a prob ? or what ?<br><br>