1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Jan Dittberner 5f60c08ff4 Update dependency 2020-12-14 17:28:28 +01:00
Jan Dittberner 1f8c44689e Implement CSRF protection
This commit adds CSRF protection based on the gorilla/csrf package.

Node dependencies have been updated.

Logging uses sirupsen/logrus for log level support now.
2020-12-05 19:46:15 +01:00
Jan Dittberner e13c9d174b Implement i18n support
This commit adds internationalization support and a german translation.
2020-12-05 00:21:18 +01:00
Jan Dittberner 006c93c66c Update package-lock.json, use UTF8 for common name 2020-11-22 20:56:03 +01:00
Jan Dittberner 564c1bd76b 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.
2020-11-22 11:42:18 +01:00