Create domain certificate
Sites
Create domain certificate
Create a new certificate for a given domain.
Processing mode: async
POST
Create domain certificate
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization slug
The server ID
The site ID
The domain record ID
Body
application/json
The type of certificate to create.
Available options:
letsencrypt, csr, existing, clone Example:
"letsencrypt"
Whether to enable the certificate upon installation.
Example:
false
The configuration for a Let's Encrypt certificate.
The configuration for an existing certificate.
The configuration for a CSR (Certificate Signing Request).
Response
CertificateResource