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
- Host: GitHub
- URL: https://github.com/linuxuser586/pki
- Owner: linuxuser586
- License: apache-2.0
- Created: 2019-07-05T20:52:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T20:57:26.000Z (about 7 years ago)
- Last Synced: 2023-03-12T09:40:59.222Z (over 3 years ago)
- Language: Go
- Size: 2.84 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```