We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Traefik 2 acme is using slightly different format. Would you please be so kind and adapt to it?
Traefik 1 ACME:
{ "Account": { "Email": "[email protected]", "Registration": { "body": { "status": "valid", "contact": [ "mailto:[email protected]" ] }, "uri": "https://acme-v02.api.letsencrypt.org/acme/acct/3123123134323" }, "PrivateKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "KeyType": "4096" }, "Certificates": [ { "Domain": { "Main": "example.com", "SANs": null }, "Certificate": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
Traefik 2 ACME:
{ "default": { "Account": { "Email": "[email protected]", "Registration": { "body": { "status": "valid", "contact": [ "mailto:[email protected]" ] }, "uri": "https://acme-v02.api.letsencrypt.org/acme/acct/123345234134" }, "PrivateKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "KeyType": "4096" }, "Certificates": [ { "domain": { "main": "example.com", "sans": [ "*.example.com" ] }, "certificate": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
Appreciate, Michal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Traefik 2 acme is using slightly different format. Would you please be so kind and adapt to it?
Traefik 1 ACME:
Traefik 2 ACME:
Appreciate, Michal
The text was updated successfully, but these errors were encountered: