@@ -5,21 +5,23 @@ over an unauthenticated HTTP connection. By default, the API is
5
5
unauthenticated, it is important to understand that the CFSSL API
6
6
server must be running in a trusted environment in this case.
7
7
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
9
9
the path `/api/v1/cfssl/<endpoint>`. The documentation for each
10
10
endpoint 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:
12
12
13
13
- authsign: authenticated signing endpoint
14
14
- bundle: build certificate bundles
15
+ - certinfo: lookup a certificate's info
15
16
- crl: generates a CRL out of the certificate DB
17
+ - health: return health status
16
18
- info: obtain information about the CA, including the CA
17
19
certificate
18
20
- init_ca: initialise a new certificate authority
19
- - health: return health status
21
+ - newcert: generate a new private key and certificate
20
22
- newkey: generate a new private key and certificate signing
21
23
request
22
- - newcert: generate a new private key and certificate
24
+ - revoke: revoke a certificate
23
25
- scan: scan servers to determine the quality of their TLS set up
24
26
- scaninfo: list options for scanning
25
27
- sign: sign a certificate
0 commit comments