f6f8307 Don't base64-encode the CA cert when uploading it during an upgrade.

1 file Authored by rcritten 11 years ago, Committed by mkosek 11 years ago,
    Don't base64-encode the CA cert when uploading it during an upgrade.
    
    We want to store the raw value. Tools like ldapsearch will automatically
    base64 encode the value because it's binary so we don't want to duplicate
    that.
    
    https://fedorahosted.org/freeipa/ticket/3477