​This pull request is found here:
https://github.com/ietf-wg-acme/acme/pull/39/files?diff=unified.

If I am reading this correctly, the example doesn't quite match the text.
The text below shows a signature of the JWS with the original key, but does
not show the oldkey field noted in the text.

Am I missing something here?

regards,

Ted

The client signs this object with the new key pair and encodes the object
and
​ ​
signature as a JWS. The client then sends this JWS to the server in the
​ ​
"newKey" field of a request to update the registration.

~~~~~~~~~~
POST /acme/reg/asdf HTTP/1.1
Host: example.com

{
 "resource": "reg",
 "newKey": /* JSON object signed as JWS with new key */
}
/* Signed as JWS with original key */
_______________________________________________
Acme mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/acme

Reply via email to