Skip to main content
Automatically request, persist, and renew certificates on a server using the Infisical Agent.

Prerequisites

Steps

1

Install Infisical CLI

2

Create Agent Configuration

Create /etc/infisical/agent-config.yaml:
3

Start the Agent

Result

The agent will:
  • Authenticate with Infisical using your machine identity
  • Request a certificate and save it to the configured paths
  • Automatically renew it before expiration
  • Execute post-hooks (like reloading NGINX) after renewal

Next Steps