Skip to content

Flask micro-webapp to generate Certificate Signing Requests

License

Notifications You must be signed in to change notification settings

jordips/csrgenerator.com

 
 

Repository files navigation

csrgenerator.com

Forked from: https://github.com/DavidWittman/csrgenerator.com

This is the public repository for https://csrgenerator.com. It's a pretty simple Flask webapp which generates a Certificate Signing Request for creating SSL certificates. Sure, you can do it with OpenSSL via the command-line, but not everyone is as smart as you are.

CHANGES

Changes added respect original code:

  • Modal modified: CSR and KEY are showed in different textareas and download button for each added as well

Running with Docker

$ docker build -t csrgen .
$ docker run -d -p 8080:80 --name csrgen

About

Flask micro-webapp to generate Certificate Signing Requests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.5%
  • HTML 40.7%
  • JavaScript 12.4%
  • Makefile 2.5%
  • Dockerfile 1.9%