7 Commits (b16ca196f14c637bc8e453e04239a2c732761918)

Author SHA1 Message Date
Jan Dittberner b16ca196f1 Tidy dependencies 2 years ago
Jan Dittberner b57c01b3c4 WIP: migrations 2 years ago
Jan Dittberner 56bee5e917 Tidy dependencies 3 years ago
Jan Dittberner 2093bf2429 Decouple request and response via WebSocket 3 years ago
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.
3 years ago
Jan Dittberner e13c9d174b Implement i18n support
This commit adds internationalization support and a german translation.
3 years ago
Jan Dittberner 5c3f0ea942 Add signer backend
This commit adds a simple go backend calling openssl ca to sign CRS
coming from the client. The JavaScript code in src/index.html has been
extended to send requests to the sign endpoint and display the resulting
certificate in a separate div element.

A script setup_example_ca.sh and an openssl configuration file ca.cnf
has been added to allow quick setup of a simple example CA.
3 years ago