Skip to content

Commit f628a2d

Browse files
committed
Merge branch 'RM-3895' into 'SID'
RM-3895: change /key-shares server port See merge request cdoc2/cdoc2-openapi!4
2 parents 564de65 + c3cb6ec commit f628a2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cdoc2-key-shares-openapi.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ info:
33
contact:
44
url: http://ria.ee
55
title: cdoc2-key-shares
6-
version: 1.0.0
6+
version: 1.0.0-draft
77
description: API for exchanging CDOC2 key material shares
88
servers:
99
- url: 'https://localhost:8443'
10-
description: basic auth (for creating key shares). Regular TLS (no mutual TLS required).
11-
- url: 'https://localhost:8444'
12-
description: basic auth (for retrieving key shares and nonce)
10+
description: basic auth (for creating key shares, for retrieving key shares and nonce). Regular TLS (no mutual TLS required).
1311

1412
paths:
1513
'/key-shares/{shareId}':

0 commit comments

Comments
 (0)