x509 : Simple X509 certificate parser.. You can installing x509 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 x509 $ sudo npm install -g x509
If want to update the x509 package execute the command as below,
$ sudo npm update x509
Update package globally,
$ npm install -g x509
$ sudo git clone https://github.com/rektide/x509.git
$ sudo npm install -g ./x509
x509@0.3.2 /usr/lib/node_modules/x509
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall x509
| Package Name | x509 |
| Version | 0.3.2 |
| Description | Simple X509 certificate parser. |
| Released Date | 2017-03-21T23:54:35.102Z |
| Published by | southern |
| How to Learn | https://www.npmjs.com/package/x509/tutorial |