Templates
The Templates component of the Keyfactor API
A set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. includes methods necessary to programmatically edit, import and retrieve templates. Editing a template
A certificate template defines the policies and rules that a CA uses when a request for a certificate is received. in Keyfactor Command will only apply within the software.
Table 792: Templates Endpoints
| Endpoint | Method | Description | Link |
|---|---|---|---|
| /{id} | GET | Returns information about the specified template. | GET Templates ID |
| /Settings | GET | Returns the global template policy settings. | GET Templates Settings |
| /Settings | PUT | Sets global values for template policy. | PUT Templates Settings |
| /SubjectParts | GET | Returns a list of supported subject parts for template regular expressions and default subjects. | GET Templates Subject Parts |
| / | GET | Returns a list of templates. | GET Templates |
| / | PUT | Updates selected settings for the specified template. | PUT Templates |
| /Import | POST | Import templates from a specified configuration tenant into Keyfactor Command | POST Templates Import |