Sign inSign up

jniltinho/cli-openssl

By jniltinho

Updated over 6 years ago

CLI OpenSSL Docker Alpine

Image
0

930

jniltinho/cli-openssl repository overview

docker-openssl

Linha de Comando com Docker + OpenSSL, desse modo você não precisa instalar openssl

Usando a Imagem com OpenSSL

docker build --no-cache -t jniltinho/cli-openssl .
docker run -it -v $(pwd):/tmp jniltinho/cli-openssl get-ssl --help
docker run -it -v $(pwd):/tmp jniltinho/cli-openssl get-ssl -c google.com:443

## Caso você tenha mais de um certificado SSL no Servidor
docker run -it jniltinho/cli-openssl get-ssl -c www.mydomain.com:443 -s www.mydomain.com

Fazendo o Build

git clone https://github.com/jniltinho/cli-openssl.git
cd cli-openssl.git
docker build --no-cache -t cli-openssl .

Tag summary

Content type

Image

Digest

Size

12.5 MB

Last updated

over 6 years ago

docker pull jniltinho/cli-openssl