https://github.com/energy164/alpine-openssl
https://github.com/energy164/alpine-openssl
docker dockerfile openssl
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/energy164/alpine-openssl
- Owner: eNeRGy164
- License: mit
- Created: 2022-09-01T20:00:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T20:01:02.000Z (over 3 years ago)
- Last Synced: 2025-09-21T01:27:05.458Z (4 months ago)
- Topics: docker, dockerfile, openssl
- Language: PowerShell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```