Skip to content

Support Let's Encrypt Profile in New Order #330

@campersau

Description

@campersau

Let's Encrypt added a new "profile" parameter to the "new-order" endpoint. It would be great if this could be added here as well.
E.g. "profile": "tlsserver"

Full example:

POST /acme/new-order HTTP/1.1
Host: example.com
Content-Type: application/jose+json

{
    "protected": base64url(...),
    "payload": base64url({
        "profile": "tlsserver",
        "identifiers": [
            { "type": "dns", "value": "www.example.org" },
            { "type": "dns", "value": "example.org" }
        ],
    }),
    "signature": "H6ZXtGjTZyUnPeKn...wEA4TklBdh3e454g"
}

See https://letsencrypt.org/2025/01/09/acme-profiles/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions