Sign inSign up

svagi/openssl

By svagi

Updated about 10 years ago

OpenSSL based on Alpine linux

Image
4

100K+

svagi/openssl repository overview

OpenSSL

Usage

Check OpenSSL version
docker run --rm svagi/openssl version
Generate self signed certificates for nginx
docker run --rm -it -w /home -v $PWD:/home svagi/openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx.key -out nginx.crt

Tag summary

Content type

Image

Digest

Size

2.4 MB

Last updated

about 10 years ago

docker pull svagi/openssl