cloudflare / cloudflare/cfssl

cfssl doesn't use authsign endpoint

Open
#788 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
9.5k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Hello.
I am trying to make test internal CA following this guide:
https://blog.cloudflare.com/how-to-build-your-own-public-key-infrastructure/
Unfortunately it doesn't work in point of requesting client certificate.
The command `cfssl gencert -config config_client.json csr_client.json` tries to use the "sign" endpoint, even if the config_client.json defines the auth key. But running cfssl server doesn't expose "sign" endpoint, only "authsign", which is correct.
How can I make `cfssl gencert` to use "authsign" instead of "sign" remote endpoint?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.