OpenSSL REPL on Alpine Linux (3 MB)
5M+

A Collection of Docker Containers for Security and Penetration Testing can be found here.
docker pull frapsoft/openssl
docker run -it frapsoft/openssl
OpenSSL asks for details and export the certificate in the current directory as cert.pem
docker run -it -v $(pwd):/export frapsoft/openssl req -nodes -new -newkey rsa:2048 -sha256 -out /export/cert.pem
Read the OpenSSL documentation for further informations.
docker run -it --entrypoint /bin/ash frapsoft/openssl
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Content type
Image
Digest
Size
2.4 MB
Last updated
almost 10 years ago
docker pull frapsoft/openssl