POST KeyManagement
The POST /KeyManagement method is used to renew the External Account Binding (EAB) KeyId and KeyValue for the requesting user. The EAB key for the user may then be used to re-register an ACME client (e.g. Certbot) with the Keyfactor ACME server. This method has no input parameters other than the standard headers (see Endpoint Common Features). This method returns HTTP 200 OK on a success with the EAB key.
Table 38: POST KeyManagement Response Data
Name | Description |
---|---|
KeyId | A string containing the Keyfactor Command reference GUID for the EAB key issued to the external account (user) within the Keyfactor ACME server. This identifier allows the server to recognize which external account is associated with a given ACME request. |
KeyValue | A Base64Url-encoded string containing the HMAC key used to sign the ACME request for external account binding. This key ensures the request is authenticated and that the ACME client is authorized to register with the server. |
Was this page helpful? Provide Feedback