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

https://github.com/linuxuser586/pki

Primary Key Infrastructure for managing certificates with Cassandra and other services in Docker/Kubernetes
https://github.com/linuxuser586/pki

Last synced: 1 day ago
JSON representation

Primary Key Infrastructure for managing certificates with Cassandra and other services in Docker/Kubernetes

Awesome Lists containing this project

README

          

# Go PKI

This repository contains public key infrastructure (PKI) for issuing keys to various services.

See [LICENSE](https://github.com/linuxuser586/pki/blob/master/LICENSE)

## Run

```sh
docker run -it --rm linuxuser586/pki
```

Look for "using development ca key/cert" in the output.

## Build

```sh
make
```