cloudflare / cloudflare/cfssl

certadd endpoint not working

Open
#829 5 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

When posting against the endpoint /api/v1/cfssl/certadd I get a 404, example

```
curl -d '{ "serial": "568433120340650732114301233628109166578730740368", "authority_key_id": "01b712db6a966ef0ddd8c50d6ddecdb25128ad59", "status": "good" , "pem" : "-----BEGIN CERTIFICATE-----\nMIIGFD................\n-----END CERTIFICATE-----" }' http://cfssl-api:8080/api/v1/cfssl/certadd
```

returns:

404 page not found

Not sure if I'm missing something...

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.