c96d172 Custodia: in fips mode add -nomac or -nomacver to openssl pkcs12

Authored and Committed by frenaud a year ago
    Custodia: in fips mode add -nomac or -nomacver to openssl pkcs12
    
    In FIPS mode the command openssl pkcs12 fails unless the
    export is called with -nomac and import with -nomacver
    
    The command is used by custodia to export private keys from the
    master and import them in the replica.
    
    Fixes: https://pagure.io/freeipa/issue/9577
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>