pem : Create private keys and certificates with node.js and io.js. You can installing pem npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install pem $ sudo npm install -g pem
If want to update the pem package execute the command as below,
$ sudo npm update pem
Update package globally,
$ npm install -g pem
$ sudo git clone https://github.com/rektide/pem.git
$ sudo npm install -g ./pem
pem@1.12.3 /usr/lib/node_modules/pem
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pem
| Package Name | pem |
| Version | 1.12.3 |
| Description | Create private keys and certificates with node.js and io.js |
| Released Date | 2017-10-10T12:29:17.969Z |
| Published by | jomaar |
| How to Learn | https://www.npmjs.com/package/pem/tutorial |