This Docker image allows you to run the OpenSSL binary on a very old 1.0.1 version.
1.1K
This Docker image allows you to run the OpenSSL binary on a very old 1.0.1 version.
To run the Docker :
docker run -it -v (pwd):/output dvidsecurity/openssl-1.0.1
root#> openssl [ARGS]
For example, if you would like to create a self-signed certificate :
docker run -it -v (pwd):/output dvidsecurity/openssl-1.0.1
root#> openssl req -x509 -newkey rsa:400 -keyout self.key.pem -out self.cert.pem -days 10000 -nodes -config /openssl-1.0.1/apps/openssl.cnf
The entrypoint of the Docker is "/openssl-1.0.1/apps/openssl".
In case of issue : [email protected]
Content type
Image
Digest
sha256:f7048ec89…
Size
172 MB
Last updated
7 months ago
docker pull dvidsecurity/openssl-1.0.1