POST /acme/new-order HTTP/1.1 Host: acme.example.com Content-Type: application/jose+json { "protected": base64url({ "alg": "ES256", "kid": "https://acme.example.com/acct/evOfKhNU60wg", "nonce": "5XJ1L3lEkMG7tR6pA00clA", "url": "https://acme.example.com/new-order" }), "payload": base64url({ "identifiers": [{"type": "dns", "value": "example.org"}], "profile": "profile1" }), "signature": "H6ZXtGjTZyUnPeKn...wEA4TklBdh3e454g" }