Add initial implementation

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.
This commit is contained in:
Jan Dittberner 2020-11-22 11:28:28 +01:00
commit 564c1bd76b
7 changed files with 5121 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
.*.swp
/.idea/
/node_modules/
/public/