Jan Dittberner
564c1bd76b
This commit implements a basic static HTML page that uses Bootstrap 4 for layout and node-forge to generate a RSA key pair and a certificate signing request. The subject of the CSR and the key size can be chosen by the user. The implementation uses gulp to collect static assets and to allow bootstrap customization.
31 lines
751 B
JSON
31 lines
751 B
JSON
{
|
|
"name": "browser-csr-generation",
|
|
"version": "0.1.0",
|
|
"description": "Browser based CSR and PKCS#12 generation in JavaScript",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.dittberner.info/jan/browser_csr_generation.git"
|
|
},
|
|
"keywords": [
|
|
"pkcs10",
|
|
"pkcs12",
|
|
"pki"
|
|
],
|
|
"author": "Jan Dittberner",
|
|
"license": "GPL-2.0+",
|
|
"devDependencies": {
|
|
"bootstrap": "^4.5.3",
|
|
"delete": "^1.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-csso": "^4.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-sri-hash": "^2.2.1",
|
|
"gulp-uglify": "^3.0.2",
|
|
"jquery": "^3.5.1",
|
|
"node-forge": "^0.10.0",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|