Right now, account objects echo back the public key associated with the account, in the "key" field. However, this is redundant since the only request types that can return an account object are signed by the corresponding private key, so the client necessarily knows what its public key is. Removing this simplifies the spec somewhat.
https://github.com/ietf-wg-acme/acme/pull/266 Thoughts? _______________________________________________ Acme mailing list [email protected] https://www.ietf.org/mailman/listinfo/acme
