Skip to content

Flask micro-webapp to generate Certificate Signing Requests

Notifications You must be signed in to change notification settings

anezjonathan/csrgenerator.com

 
 

Repository files navigation

csrgenerator.com

Build Status Docker Hub

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.

Running with Docker

$ docker run -d -p 8080:80 --name csrgenerator wittman/csrgenerator.com

About

Flask micro-webapp to generate Certificate Signing Requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.7%
  • HTML 42.3%
  • Makefile 2.7%
  • JavaScript 2.4%
  • Dockerfile 1.9%