Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Let's Encrypt Profile in New Order #330

Open
campersau opened this issue Jan 23, 2025 · 0 comments
Open

Support Let's Encrypt Profile in New Order #330

campersau opened this issue Jan 23, 2025 · 0 comments

Comments

@campersau
Copy link
Contributor

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant