Feature: Account update #125

Closed
opened 2025-12-29 00:25:20 +01:00 by adam · 1 comment
Owner

Originally created by @gertcuykens on GitHub (Jul 5, 2016).

Commands:
--account (-a) Update contact information

https://ietf-wg-acme.github.io/acme/#registration

For example, to update the contact information in the above registration, the client could send the following request:

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

/* BEGIN JWS-signed request body */
{
  "resource": "reg",
  "contact": [
    "mailto:certificates@example.com",
    "tel:+12125551212"
  ],
}
/* END JWS-signed request body */
Originally created by @gertcuykens on GitHub (Jul 5, 2016). Commands: --account (-a) Update contact information https://ietf-wg-acme.github.io/acme/#registration For example, to update the contact information in the above registration, the client could send the following request: ``` POST /acme/reg/asdf HTTP/1.1 Host: example.com /* BEGIN JWS-signed request body */ { "resource": "reg", "contact": [ "mailto:certificates@example.com", "tel:+12125551212" ], } /* END JWS-signed request body */ ```
adam added the enhancementhelp wanted labels 2025-12-29 00:25:20 +01:00
adam closed this issue 2025-12-29 00:25:20 +01:00
Author
Owner

@lukas2511 commented on GitHub (Jul 10, 2017):

This feature is now implemented, thanks to @lukavia!

@lukas2511 commented on GitHub (Jul 10, 2017): This feature is now implemented, thanks to @lukavia!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#125