opened 11:58PM - 07 Jan 18 UTC
layer/api
kind/feature
area/wfe
kind/spec-compliance
When I POST an empty update to my account URL I get this:
```json
{
"id…": 5337306,
"key": {
"kty": "RSA",
"n": "<redacted>",
"e": "AQAB"
},
"contact": [
"mailto:<redacted>"
],
"agreement": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
"initialIp": "<redacted>",
"createdAt": "2018-01-05T01:29:21Z",
"status": "valid"
}
```
There is no `orders` field as required by https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html#rfc.section.7.1.2