What Changed
Certificate Manager now operates as a single project per organization. Certificate Authorities, policies, and profiles live at the product level — shared across your organization, managed by admins. Applications are where teams work. Each Application represents a service or workload (e.g.,payments-api, mobile-backend) and has its own members, certificates, alerts, syncs, and approval policies.
| Before (Projects) | After (Applications) |
|---|---|
| Everything in one project | Shared infrastructure + scoped Applications |
| Project-level access (see everything) | Application-level access (see only your service) |
| Enrollment baked into profiles | Enrollment configured per Application |
| Custom roles + conditions for scoping | Simple roles: Admin, Operator, Auditor |
| Alerts/syncs at project level | Alerts/syncs scoped to each Application |
- Shared CAs — Define Certificate Authorities once, use them across your entire organization
- Simpler access control — No more custom roles or attribute conditions. Add members to an Application, pick a role, done.
- Team autonomy — Each team manages their own Application
- Clear ownership — When someone asks “who manages certificates for this service?” the answer is in the Application’s member list
Before You Start
Your existing setup keeps working. Certificates will keep renewing, alerts will keep firing, syncs will keep running. You’re not forced to migrate immediately. If your organization has multiple Certificate Manager projects, all of them remain accessible. The designated active project loads by default, and legacy projects can be opened directly to be wound down on your own timeline.Applications are scoped to the active project. Within an organization that contains multiple Certificate Manager projects, the Applications experience is available exclusively on the project designated as active under Organization Settings → Products → Certificate Manager. Applications are not supported in legacy projects.
- Inventory your current setup — Document your CAs, profiles, alerts, syncs, and approval policies across all projects
- Map services to Applications — Decide how you’ll organize your Applications (e.g., one per service, one per team)
- Identify who owns what — Figure out which team members should have access to each Application and what role they need
Migration Steps
Have only one project? Skip to Set up Applications — you don’t need to consolidate anything.
If you have multiple existing projects
If you have CAs, policies, or profiles spread across multiple existing projects, consolidate them first:Designate the active project
Navigate to Organization Settings → Products → Certificate Manager. In the projects table, mark the project you intend to consolidate into as Active. All members and integrations across the organization will subsequently resolve to this project. Designating an active project also unlocks Applications. Until one is selected (in organizations with multiple Certificate Manager projects), Applications cannot be created or administered.
Export entities from legacy projects
From the same projects table, locate a legacy project, open its actions menu, and select Export to active project.The export copies the following resources into the active project:Repeat for each remaining legacy project.
- Internal and private Certificate Authorities, including the full chain and key material (re-encrypted under the active project’s KMS key)
- Certificate Policies
- Certificate Profiles that reference a self-signed or internal CA
Resources are copied rather than moved, originals remain in the legacy project. When a CA, policy, or profile name collides with an existing resource in the active project, the exported copy is renamed automatically. Once the export completes, treat the legacy project as read-only and direct new work to the active project.
Set up Applications
Once you’ve consolidated your projects (or if you only have one), go to your active project to set up Applications. All the steps below happen inside the active project.Create your Applications
Applications represent services or workloads that need certificates (e.g.,
payments-api, mobile-backend).- Go to Certificate Manager → Applications
- Click Create Application
- Name it after the service it represents
Configure enrollment methods
For each Application, attach profiles and configure how certificates will be requested:
- Go to the Application’s Settings tab
- Find the Certificate Profiles section
- Attach the profiles this Application needs
- Configure enrollment methods (API, ACME, EST, SCEP) for each profile
Set up alerts, syncs, and approval policies
For each Application, recreate your operational configuration:Alerts: Go to Settings → Alerting and create alerts for expiration, issuance, renewal, or revocation.Syncs: Go to the Certificate Syncs tab and configure where certificates should be pushed.Approval policies: Go to Settings → Approval Policies and configure approval requirements for each profile.
Legacy alerts, syncs, and approval policies at the project level will keep working. You can modify or delete them, but new ones must be created inside Applications.
Add team members
For each Application:
- Go to the Members tab
- Add team members and assign roles:
- Admin — Configure enrollment, syncs, alerts, approvals. Manage members.
- Operator — Issue, renew, revoke certificates
- Auditor — View-only access
Update your issuance clients
Enrollment URLs now include both Application and Profile. Update your:
- ACME clients (Certbot, cert-manager, etc.)
- Infisical Agent — Update to reference
application-nameandprofile-name - EST/SCEP clients
- Terraform — Update
infisical_pki_*resources - API integrations
FAQ
Will my existing issuance flows keep working?
Will my existing issuance flows keep working?
Yes. Legacy profiles with enrollment methods configured will keep issuing certificates. You don’t need to migrate everything at once.
Can I still access my legacy projects?
Can I still access my legacy projects?
Yes. The project selector lets you access all your projects. You’re not forced to migrate immediately.
Do I need to re-issue certificates?
Do I need to re-issue certificates?
No. Existing certificates remain valid. The migration is about how you organize and manage certificates going forward.
What happens to my CA after using the export tool?
What happens to my CA after using the export tool?
The export operation produces an independent copy of the CA in the active project. Certificates issued and revocations performed after the export are not synchronized between the original and the copy. The active project should be treated as the system of record going forward.
What if I don't migrate?
What if I don't migrate?
Your existing setup keeps working, but new alerts, syncs, and approval policies must be created inside Applications. Legacy projects remain accessible but won’t receive new features.
Why are profiles separate from Applications?
Why are profiles separate from Applications?
A profile defines what a certificate looks like: one CA, one policy, one set of constraints. A service often needs multiple certificate types. Keeping profiles at the product level lets admins define them once and let multiple Applications consume them, each with their own enrollment methods and access control.
Why don't I see Applications in my legacy project?
Why don't I see Applications in my legacy project?
Applications live on your organization’s active Certificate Manager project. Designate one under Organization Settings → Products → Certificate Manager and Applications will appear there. Legacy projects remain fully accessible for everything else.