certadd endpoint not working
Open
- 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
Assessment
This issue has not been assessed yet.