/openssl-docker

:key: OpenSSL REPL - Create SSL Certificates without any hassle

Primary LanguageDockerfile

OpenSSL on Debian Linux

Docker Automated Build Docker Pulls Open Source Love Gitter Chat

Installation

docker pull debsec/openssl

Examples

OpenSSL REPL

docker run -it debsec/openssl

Create a SSL Certificate

OpenSSL asks for details and export the certificate in the current directory as cert.pem

docker run -it -v $(pwd):/export debsec/openssl req -nodes -new -newkey rsa:2048 -sha256 -out /export/cert.pem

Read the OpenSSL documentation for further informations.

interactive shell

docker run -it --entrypoint /bin/ash debsec/openssl

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub