[Freeipa-devel] Where is the code that generates the initial CA and server cert?

Rob Crittenden rcritten at redhat.com
Fri Jan 14 02:50:07 UTC 2011


Rich Megginson wrote:
> For bug https://bugzilla.redhat.com/show_bug.cgi?id=668899
> Where is the code that generates the initial CA and server cert?
> If I have to do a full ipa install to reproduce I will (btw, is the 2.0
> install guide on freeipa.org correct?), but I'd rather have a smaller,
> easily reproducible test case.
>

I assume you mean the self-signed CA. If that's the case then the CA is 
generated in ipaserver/install/certs.py:create_ca_cert()

Server certs are generated in ipaserver/install/certs.py:request_cert() 
and issue_server_cert()

rob




More information about the Freeipa-devel mailing list