Skip to content

Commit cf54478

Browse files
authored
Merge pull request #154 from rsyracuse/nodebalancer-ssl-carification
[Update] POST /nodebalancers/{nodeBalancerId}/configs
2 parents 7587782 + 056c514 commit cf54478

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15429,7 +15429,9 @@ components:
1542915429
description: >
1543015430
The protocol this port is configured to serve.
1543115431

15432-
* If this is set to `https` you must include an `ssl_cert` and an `ssl_key`.
15432+
* If using `http` or `tcp` protocol, `ssl_cert` and `ssl_key` are not supported.
15433+
15434+
* If using `https` protocol, `ssl_cert` and `ssl_key` are required.
1543315435
example: http
1543415436
x-linode-cli-display: 3
1543515437
algorithm:

0 commit comments

Comments
 (0)