1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
THE AUTHENTICATED SIGNING ENDPOINT
Endpoint: /api/v1/cfssl/authsign
Method: POST
Required parameters:
* token: the authentication token
* request: an encoded JSON signing request (e.g. as
documented in endpoint_sign.txt).
Optional parameters:
The following parameters might be used by the authenticator
as part of the authentication process.
* timestamp: a Unix timestamp
* remote_address: an address used in making the request.
Result:
The returned result is a JSON object with a single key:
* certificate: a PEM-encoded certificate that has been signed
by the server.
The authentication documentation contains more information about how
authentication with CFSSL works.
|