File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -212,10 +212,14 @@ endpoints:
212
212
type : Boolean
213
213
optional : true
214
214
value : true
215
- # ssl_cert:
216
- # description: SSL certificate served by the NodeBalancer when the protocol is "https".
217
- # ssl_key:
218
- # description: Unpassphrased private key for the SSL certificate when the protocol is "https".
215
+ ssl_cert :
216
+ description : SSL certificate served by the NodeBalancer when the protocol is "https".
217
+ type : String
218
+ optional : true
219
+ ssl_key :
220
+ description : Unpassphrased private key for the SSL certificate when the protocol is "https".
221
+ type : String
222
+ optional : true
219
223
cipher_suite :
220
224
description : SSL cipher suite to enforce.
221
225
type : Enum
Original file line number Diff line number Diff line change @@ -70,13 +70,23 @@ schema:
70
70
ssl_commonname :
71
71
editable : true
72
72
type : String
73
- value :
73
+ value : " www.example.com "
74
74
description : Common Name of the configured SSL certificate, if present.
75
75
ssl_fingerprint :
76
76
editable : true
77
77
type : String
78
- value :
78
+ value : " 00:11:22:33:44:55:66:77:88:99:AA:BB:CC:DD:EE:FF:00:11:22:33 "
79
79
description : SSL Certificate fingerprint, if present.
80
+ ssl_cert :
81
+ editable : true
82
+ type : String
83
+ value :
84
+ description : SSL Certificate, if present.
85
+ ssl_key :
86
+ editable : true
87
+ type : String
88
+ value :
89
+ description : SSL Key, if present.
80
90
cipher_suite :
81
91
editable : true
82
92
type : Enum
You can’t perform that action at this time.
0 commit comments