Skip to content

Commit

Permalink
Changed wording regarding certificates for JWS from should to must
Browse files Browse the repository at this point in the history
Change as per suggestion in mojaloop/design-authority-project#110.
Bumped version of PKI Best Practices to 1.0.1. Not considered a breaking change in any way as it is a best practices document and the use of certificates is industry standard.
  • Loading branch information
henrka authored Sep 19, 2024
1 parent c65d789 commit d4be26c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fspiop-api/documents/PKI-Best-Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The following conventions are used in this document to identify the specified ty
|Version|Date|Change Description|
|---|---|---|
|**1.0**|2018-03-13|Initial version|
|**1.0.1**|2024-09-19|Changed wording regarding the use of certificates for JWS from _should_ to _must_ in Section 8.1.|

## 2. Introduction

Expand Down Expand Up @@ -492,7 +493,7 @@ This section describes the application layer protection.

The _JSON Web Signature_ (JWS) standard is used for providing end-to-end integrity and non-repudiation; that is, to guarantee that the sender is who it claims to be, and that the message was not tampered with.

The use of JWS is mandatory and certificates should be used. For more information, see _API Signature_.
The use of JWS is mandatory and certificates must be used. For more information, see _API Signature_.

### 8.2 JSON Web Encryption

Expand Down

0 comments on commit d4be26c

Please sign in to comment.