Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 741 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 741 Bytes

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:8080 --name csrgenerator wittman/csrgenerator.com