The end off all your self-sign certificate woes (in node.js at least)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

32 lignes
841 B

{
"name": "nodejs-self-signed-certificate-example",
"version": "1.1.2",
"description": "The end off all your self-sign certificate woes (in node.js at least)",
"main": "serve.js",
"scripts": {
"test": "bash test.sh"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/nodejs-self-signed-certificate-example.git"
},
"keywords": [
"nodejs",
"ssl",
"self-signed",
"certificate",
"authority",
"certificates",
"root",
"ca",
"cas"
],
"author": "AJ ONeal <awesome@coolaj86.com> (https://coolaj86.com)",
"license": "Apache-2",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/nodejs-self-signed-certificate-example/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/nodejs-self-signed-certificate-example",
"dependencies": {
}
}