An open API service indexing awesome lists of open source software.

https://github.com/energy164/alpine-openssl


https://github.com/energy164/alpine-openssl

docker dockerfile openssl

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# energy164/alpine-openssl

![GitHub](https://img.shields.io/github/license/energy164/alpine-openssl)
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/energy164/alpine-openssl)
![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/energy164/alpine-openssl)

This Dockerfile is a very small [container](https://hub.docker.com/r/energy164/alpine-openssl) to simple run [OpenSSL](https://www.openssl.org/) actions in a trusted docker environment.

For example, to create a RootCA or PKI server.

## Run

```bash
docker run -v /csrs:/opt/rootca/input -v /keys:/opt/rootca/local -v /certs:/opt/rootca/output energy164/alpine-openssl:latest
```

## Build

```powershell
.\build.ps1
```