SSL
SSL state is modeled primarily on Domain.ssl, Domain.sslExpiry, and mirrored on Application.ssl for convenience in the UI.
In this page
SSLStatus enum
Values in Prisma: ACTIVE, EXPIRING, EXPIRED, PENDING, NONE.
API entry point
POST /domains/:id/ssl — see Swagger for request/response and authorization.
Automated ACME/Let’s Encrypt flows are not fully documented in code comments here—treat operational steps as TBD until the implementation is verified in apps/api domain modules for your release.