Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 696 Bytes

File metadata and controls

28 lines (17 loc) · 696 Bytes

crypki-softhsm

This is an unofficial repository to provide packages for Athenz.

It is currently owned and maintained by ctyano.

How to build

make

How to run

docker run -d -p :4443:4443 -v $PWD/log:/var/log/crypki -v $PWD/tls-crt:/opt/crypki/tls-crt:ro -v $PWD/shm:/dev/shm --rm --name crypki -h "localhost" ghcr.io/ctyano/crypki-softhsm:latest
curl -X GET https://localhost:4443/ruok --cert tls-crt/client.crt --key tls-crt/client.key --cacert tls-crt/ca.crt 

List of Distributions

Docker(OCI) Image

crypki-softhsm