This website requires JavaScript.
Explore
Help
Sign In
cacert
/
community-website
Watch
9
Star
0
Fork
You've already forked community-website
0
Code
Issues
Pull requests
Wiki
Activity
56bee5e917
community-website
/
.gitignore
8 lines
76 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2020-11-29 23:08:05 +00:00
*.pem
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 10:28:28 +00:00
.*.swp
Implement i18n support This commit adds internationalization support and a german translation.
2020-12-04 23:21:18 +00:00
/translate.*.toml
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 10:28:28 +00:00
/.idea/
Improve example CA setup The example CA now has more realistic 2 levels with a root CA and a sub CA. Setup script and ca.cnf has been changed to create a root CA and a sub CA that is signed by the root CA. The sub CA is used for signing the end entity certificates. Example CA directory has been changed to example_ca for better readability.
2020-12-05 18:48:34 +00:00
/example_ca/
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 10:28:28 +00:00
/node_modules/
/public/
Reference in a new issue
Copy permalink