ff35d4f SECRETS: Make reading the config options more uniform

Authored and Committed by jhrozek 7 years ago
    SECRETS: Make reading the config options more uniform
    
    One of confdb_get_ calls in sec_get_config() used a variable referenced
    from rctx, the other used a hardcoded string. Use one of them on both
    places instead.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>