Is there a way to password protect a .pem file so it prompts you to enter a password before adding the extention to Google Chrome? -
i have created basic chrome extension , generated key.pem file.
is there anyway password protect key.pem file prompted each time want install extenions on google chrome?
i've tried using following; enter password used protect file, when try package extension says "invalid private key"
openssl genrsa -des3 -out key.pem 2048
any appreciated.
thanks
does thread help?
http://productforums.google.com/d/msg/chrome/bkoaapx4iva/axz_cy0tj3kj
i'm not sure if still works latest chrome, posted october 2012 does.
hope helps :)
edit: sorry if not hoping :)
Comments
Post a Comment