further progress on docs

This commit is contained in:
Tuan Dang
2025-10-31 16:46:07 -07:00
parent c4c4ff4086
commit 910705fcd7
9 changed files with 104 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
---
title: "Certificate Enrollment via API"
sidebarTitle: "API"
---
<Tabs>
<Tab title="API">
<ul>
<li>
Enable Auto-Renewal: Whether or not to opt-in issued certificates for
(server-side) auto-renewal.
</li>
<li>
Auto-Renewal Days: The number of days before the certificate expires to
trigger certificate renewal.
</li>
</ul>
<Note>
Note that auto-renewal only applies to certificates issued through
CSR-less enrollment where key generation is done internally by
Infisical; conversely certificates issued via CSR submission are not eligible for auto-renewal.
</Note>
</Tab>
<Tab title="EST">Test</Tab>
</Tabs>