Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Removed "tel" URIs from the examples (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhhhh2 authored and jsha committed Nov 17, 2017
1 parent 0b172d5 commit cfefa19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-acme-acme.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ a GET request, as described in {{orders-list}}.
"status": "valid",
"contact": [
"mailto:cert-admin@example.com",
"tel:+12025551212"
"mailto:admin@example.com"
],
"terms-of-service-agreed": true,
"orders": "https://example.com/acme/acct/1/orders"
Expand Down Expand Up @@ -962,7 +962,7 @@ Content-Type: application/jose+json
"terms-of-service-agreed": true,
"contact": [
"mailto:cert-admin@example.com",
"tel:+12025551212"
"mailto:admin@example.com"
]
}),
"signature": "RZPOnYoPs1PhjszF...-nh6X1qtOFPB519I"
Expand Down Expand Up @@ -1019,7 +1019,7 @@ Link: <https://example.com/acme/some-directory>;rel="index"

"contact": [
"mailto:cert-admin@example.com",
"tel:+12025551212"
"mailto:admin@example.com"
]
}
~~~~~~~~~~
Expand Down Expand Up @@ -1066,7 +1066,7 @@ Content-Type: application/jose+json
"payload": base64url({
"contact": [
"mailto:certificates@example.com",
"tel:+12125551212"
"mailto:admin@example.com"
]
}),
"signature": "hDXzvcj8T6fbFbmn...rDzXzzvzpRy64N0o"
Expand Down

0 comments on commit cfefa19

Please sign in to comment.