@option options [String|OpenSSL::PKey::Pkey] ssl[:client_key] (nil) A string containing a base64-encoded RSA key to use for client authentication, OR a path to an OpenSSL-style RSA key, OR an instance of OpenSSL::PKey::PKey
For the above parameter, will it be possible to have ECDSA support along with RSA because for our use case ECDSA algorithm is required
TIA
@option options [String|OpenSSL::PKey::Pkey] ssl[:client_key] (nil) A string containing a base64-encoded RSA key to use for client authentication, OR a path to an OpenSSL-style RSA key, OR an instance of OpenSSL::PKey::PKey
For the above parameter, will it be possible to have ECDSA support along with RSA because for our use case ECDSA algorithm is required
TIA