Skip to content

Commit 5739a1f

Browse files
authored
Fit max length
1 parent 2558ddf commit 5739a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IETF-RFC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,10 @@ contain the following information about its OCM API:
700700
- REQUIRED keyId (string) - Unique identifier for this key in URI
701701
format. Hostname MUST match the discovery endpoint hostname.
702702
Example: https://my-cloud-storage.org/ocm#key-1
703-
- REQUIRED publicKeyPem (string) - PEM-encoded public key for [RFC9421]
704-
signatures.
703+
- REQUIRED publicKeyPem (string) - PEM-encoded public key for
704+
[RFC9421] signatures.
705705
Example:
706-
"----BEGIN PUBLIC KEY----\nMCowBQYDK2VwAyEA...\n----END PUBLIC KEY----\n"
706+
"----BEGIN PUBLIC KEY----\nMCowBQYDK...\n----END PUBLIC KEY----\n"
707707
- REQUIRED algorithm (string) - Cryptographic algorithm identifier
708708
from the IANA HTTP Signature Algorithms Registry as defined in
709709
[RFC9421] Section 6.2.

0 commit comments

Comments
 (0)