Skip to main content

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Push certificates from your Application to AWS Certificate Manager (ACM). Certificates synced to ACM can be used with Elastic Load Balancers, CloudFront, API Gateway, and other AWS services.
Certificate Syncs are configured per Application. First select which certificates to sync, then configure the ACM destination.

Prerequisites

  • An AWS Connection with the following ACM permissions:
    • acm:ListCertificates
    • acm:DescribeCertificate
    • acm:ImportCertificate
    • acm:DeleteCertificate
    • acm:ListTagsForCertificate
Certificates synced to ACM are stored as imported certificates, preserving both the certificate and private key.

Create an ACM Sync

  1. In your Application, go to the Certificate Syncs tab and click Create Sync.
  2. Select the AWS Certificate Manager option.
  3. Configure the Destination:
    • AWS Connection: The AWS Connection to authenticate with.
    • AWS Region: The AWS region where certificates should be stored.
  4. Configure the Sync Options:
    • Enable Removal of Expired/Revoked Certificates: Remove certificates from the destination if they are no longer active in Infisical.
    • Preserve ARN on Renewal: Sync renewed certificates under the same ARN instead of creating a new one.
    • Include Root CA: Include the Root CA certificate in the certificate chain.
    • Certificate Name Schema: Customize certificate tags. Must include {{certificateId}}. Defaults to Infisical-{{certificateId}}.
    • Auto-Sync Enabled: Automatically sync certificates when changes occur.
  5. Configure the Details:
    • Name: The name of your sync (slug-friendly).
    • Description: Optional description.
  6. Select which certificates should be synced.
  7. Review and click Create Sync.

Certificate Management

The AWS Certificate Manager Certificate Sync provides:
  • Automatic Deployment: Deploy certificates in Infisical to AWS Certificate Manager.
  • Certificate Updates: Update certificates in AWS Certificate Manager when renewals occur.
  • Expiration Handling: Optionally remove expired certificates from AWS Certificate Manager (if enabled).
  • Tagging: Automatically tag certificates with an InfisicalCertificate tag for easy identification and management.
AWS Certificate Manager Certificate Syncs support both automatic and manual synchronization modes. When auto-sync is enabled, certificates are automatically deployed as they are issued or renewed.

Manual Certificate Sync

You can manually trigger certificate synchronization to AWS Certificate Manager using the sync certificates functionality. This is useful for:
  • Initial setup when you have existing certificates to deploy
  • One-time sync of specific certificates
  • Testing certificate sync configurations
  • Force sync after making changes
To manually sync certificates, use the Sync Certificates API endpoint or the manual sync option in the Infisical UI.

FAQ

AWS Certificate Manager does not support importing certificates back into Infisical due to security limitations where private keys cannot be extracted from AWS Certificate Manager. Only certificates imported into ACM (not AWS-issued certificates) can be managed by the sync.

What’s Next?

AWS Elastic Load Balancer

Deploy certificates directly to ALB/NLB listeners.

Auto-Renewal

Enable automatic certificate renewal and syncing.

Alerting

Get notified about certificate lifecycle events.

Other Sync Destinations

View all supported sync destinations.