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
3503e09212
community-website
/
.gitignore
7 lines
57 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
/.idea/
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
/exampleca/
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