Skip to content

Commit 4d1122e

Browse files
authored
update the push gateway openAPI file with the updated description for mTLS (#39)
1 parent d741ccd commit 4d1122e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs_sources/push_gateway_openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ components:
197197
securitySchemes:
198198
mtls:
199199
description: |-
200-
Mutual TLS authentication. The client must present a certificate signed by the
201-
server's CA. The server will verify the client's certificate and reject the
200+
Mutual TLS authentication. The server will verify the client's certificate and reject the
202201
connection if it is invalid.
203202
type: mutualTLS
204203
schemas:

0 commit comments

Comments
 (0)