6d4ce79 Increase the default token key size

1 file Authored by npmccallum 6 years ago, Committed by frenaud 6 years ago,
    Increase the default token key size
    
    The previous default token key size would fail in FIPS mode for the sha384
    and sha512 algorithms. With the updated key size, the default will work in
    all cases.
    
    https://pagure.io/freeipa/issue/7168
    
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>