Skip to content

Commit 11aa040

Browse files
authored
Changed definition of public key id to follow Nextcloud (#200)
1 parent 36529ae commit 11aa040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IETF-RFC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ itself be an object containing the following fields:
301301
* OPTIONAL: publicKey (object) - The signatory used to sign outgoing request to confirm its origin. The
302302
signatory is optional, but if present, it MUST contain two string fields, `id` and `publicKeyPem`.
303303
properties:
304-
* REQUIRED id (string) unique id of the key in URI format. The hostname set the origin of the
304+
* REQUIRED keyId (string) unique id of the key in URI format. The hostname set the origin of the
305305
request and MUST be identical to the current discovery endpoint.
306306
Example: https://my-cloud-storage.org/ocm#signature
307307
* REQUIRED publicKeyPem (string) - PEM-encoded version of the public key.

spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ components:
454454
The
455455
signatory is optional but it MUST contain `id` and `publicKeyPem`.
456456
properties:
457-
id:
457+
keyId:
458458
type: string
459459
description: >
460460
unique id of the key in URI format. The hostname set the origin

0 commit comments

Comments
 (0)