• Imre Farkas's avatar
    Load multiple root certificates in Auth::Smartcard::Base.store · 1ef6e93d
    Imre Farkas authored
    OpenSSL already supports this, we just need to call
    OpenSSL::X509::Store#add_file instead of OpenSSL::X509::Store#add_cert.
    When multiple certificates are loaded, validation checks the whole
    certificate chain. If a root certificate is missing and only the
    intermediate is loaded, validation fails.
    1ef6e93d
gitlab.yml.example 54.6 KB