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 */
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
@lukas2511 commented on GitHub (Jul 10, 2017):
This feature is now implemented, thanks to @lukavia!