cloudflare / cloudflare/cfssl

multirootca command - sign endpoint not enabled

Open
#888 0 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

Started the following multirootca command on an Ubuntu 16.04 LTS system and it parsed the configuration files properly:
multirootca -roots /home/testdir/certsca/roots.conf &
Then executed the following cfssl gencert command on the same system:
cfssl gencert -profile="leaf" -remote="http://127.0.0.1:8888" oneyear.json | cfssljson -bare leafoneyear
It fails with page not found for: http://127.0.0.1:8888/api/v1/cfssl/sign after the key and csr were generated successfully.
The info and authsign endpoints are enabled and can be executed with the cfssl command and the remote argument.
Documentation indicates the sign endpoint is also supported. Is some additional configuration required for the sign endpoint to be enabled with multirootca?
Thanks.

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.