@@ -5,21 +5,23 @@ over an unauthenticated HTTP connection. By default, the API is
55unauthenticated, it is important to understand that the CFSSL API
66server must be running in a trusted environment in this case.
77
8- There are currently nine endpoints, each of which may be found under
8+ There are currently thirteen endpoints, each of which may be found under
99the path `/api/v1/cfssl/<endpoint>`. The documentation for each
1010endpoint is found in the `doc/api` directory in the project source
11- under the name `endpoint_<endpoint>`. These nine endpoints are:
11+ under the name `endpoint_<endpoint>`. These thirteen endpoints are:
1212
1313 - authsign: authenticated signing endpoint
1414 - bundle: build certificate bundles
15+ - certinfo: lookup a certificate's info
1516 - crl: generates a CRL out of the certificate DB
17+ - health: return health status
1618 - info: obtain information about the CA, including the CA
1719 certificate
1820 - init_ca: initialise a new certificate authority
19- - health: return health status
21+ - newcert: generate a new private key and certificate
2022 - newkey: generate a new private key and certificate signing
2123 request
22- - newcert: generate a new private key and certificate
24+ - revoke: revoke a certificate
2325 - scan: scan servers to determine the quality of their TLS set up
2426 - scaninfo: list options for scanning
2527 - sign: sign a certificate
0 commit comments