A Collection of Docker Containers for Security and Penetration Testing can be found here.
- Docker Hub: frapsoft/openssl
- Repository: https://github.com/ellerbrock/openssl-docker
- Dockerfile: https://github.com/ellerbrock/openssl-docker/blob/master/Dockerfile
- Base Image: alpine
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