https://github.com/wish/cfssl-certificate-requester
A self-contained tool for getting signed certificates and their bundles from our cfssl-based PKI
https://github.com/wish/cfssl-certificate-requester
cfssl pki
Last synced: 4 months ago
JSON representation
A self-contained tool for getting signed certificates and their bundles from our cfssl-based PKI
- Host: GitHub
- URL: https://github.com/wish/cfssl-certificate-requester
- Owner: wish
- License: mit
- Created: 2018-12-23T06:18:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T00:22:35.000Z (over 6 years ago)
- Last Synced: 2025-07-12T08:44:02.933Z (11 months ago)
- Topics: cfssl, pki
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfssl-certificate-requester
A self-contained tool for getting signed certificates and their bundles from our
[cfssl](https://github.com/cloudflare/cfssl)-based PKI.
## How to build this
```bash
$ git clone git@github.com:wish/cfssl-certificate-requester.git
$ cd cfssl-certificate-requester
$ go install github.com/wish/cfssl-certificate-requester
```
## Sample usage
Assuming a cfssl server is running at `http://127.0.0.1:9999/` and a PEM-encoded
CSR file has already been generated:
cfssl-certificate-requester --csr-file=~/cfssl/tier-3-ca/ca.csr --cfssl-server=127.0.0.1:9999