Skip to content

Commit 4e654dd

Browse files
authored
Merge pull request #1246 from sevan/patch-3
2 parents ffddf3a + 97e7ff2 commit 4e654dd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/api/intro.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@ over an unauthenticated HTTP connection. By default, the API is
55
unauthenticated, it is important to understand that the CFSSL API
66
server 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
99
the path `/api/v1/cfssl/<endpoint>`. The documentation for each
1010
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:
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

Comments
 (0)