Commit d34f7bb
fix: add omitempty to Account.Status field (#48)
Some strict ACME CAs reject requests that include an empty status field.
Adding omitempty ensures the status field is omitted when empty, which
aligns with the spec note that clients need NOT set this field when
creating a new account.
Co-authored-by: Goll.Wang <goll.wang@trustasia.com>1 parent dfd3205 commit d34f7bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments