5ee9334 enable proxy for dogtag

11 files Authored by admiyo 12 years ago, Committed by simo 12 years ago,
    enable proxy for dogtag
    
    Dogtag is going to be proxied through httpd.  To make this work, it has to support renegotiation of the SSL
    connection.  This patch enables renegotiate in the nss configuration file during during apache configuration,
    as well as modifies libnss to set the appropriate optins on the ssl connection in order to  renegotiate.
    
    The IPA install uses the internal ports instead of proxying through
    httpd since  httpd is not set up yet.
    
    IPA needs to Request the certificate through a port that uses authentication.  On the Dogtag side, they provide an additional mapping for this:   /ca/eeca/ca as opposed tp /ca/ee/ca  just for this purpose.
    
    https://fedorahosted.org/freeipa/ticket/1334
    
    add flag to pkicreate in order to enable using proxy.
    
    add the proxy file in  /etc/http/conf.d/
    
    Signed-off-by: Simo Sorce <ssorce@redhat.com>
    
        
file modified
+3 -0
file modified
+1 -0
file modified
+4 -0
file modified
+7 -3
file modified
+1 -1
file modified
+14 -1
file modified
+2 -2
file modified
+1 -1