Proof of Concept to generate certificate signing requests in a web browser using node-forge.
				
			
		| src | ||
| .gitignore | ||
| COPYING | ||
| gulpfile.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Browser PKCS#10 CSR generation PoC
This repository contains a small proof of concept implementation of browser based PKCS#10 certificate signing request and PKCS#12 key store generation using node-forge.
Running
- 
Clone the repository git clone https://git.dittberner.info/jan/browser_csr_generation.git
- 
Get dependencies and build assets cd browser_csr_generation npm install --global gulp-cli npm install gulp
- 
Run a Python web server with the generated resources python3 -m http.server -d publicOpen http://localhost:8000/ in your browser. 
- 
Run gulp watch You can run a gulp watch in a second terminal window to automatically publish changes to the files in the srcdirectory:gulp watch