Unable to import OpenSSL generated private key into web API crypto.subtle.importKey [migrated]

I’m creating a private EC key using the command openssl ecparam -name secp256r1 -genkey -noout -out k1.pem. I’m trying to import it using crypto.subtle.importKey as described in this documentation.
I.e. after running OpenSSL I have the pri… Continue reading Unable to import OpenSSL generated private key into web API crypto.subtle.importKey [migrated]