I am designing a new chrome extension and when I package it then I get 2 file: a .crx file and a .pem file.
I want to distribuite my extension on my server ( shared ) and on Chrome webstore.
Could you tell me what is a pem file and how to use it ?
I can't find documentation about it.
pem contains the private encryption key. cert.
Navigate to Advanced > Certificates > Manage Certificates > Your Certificates > Import. From the "File name:" section of the Import window, choose Certificate Files from the drop-down, and then find and open the PEM file.
key files are generally the private key, used by the server to encrypt and package data for verification by clients. . pem files are generally the public key, used by the client to verify and decrypt data sent by servers. PEM files could also be encoded private keys, so check the content if you're not sure.
The packager creates two files:
You'll need the .pem later if you want to:
So, do not lose your private key (.pem)!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With