@@ -14728,38 +14728,52 @@ components:
14728
14728
ssl_commonname:
14729
14729
type: string
14730
14730
description: >
14731
- The common name for the SSL certification this port is serving
14732
- if this port is not configured to use SSL.
14731
+ The read-only common name automatically derived from the SSL certificate assigned to this
14732
+ NodeBalancerConfig. Please refer to this field to verify that the appropriate
14733
+ certificate is assigned to your NodeBalancerConfig.
14733
14734
example: null
14734
14735
readOnly: true
14735
14736
x-linode-cli-display: 8
14736
14737
ssl_fingerprint:
14737
14738
type: string
14738
14739
description: >
14739
- The fingerprint for the SSL certification this port is serving
14740
- if this port is not configured to use SSL.
14740
+ The read-only fingerprint automatically derived from the SSL certificate assigned to this
14741
+ NodeBalancerConfig. Please refer to this field to verify that the appropriate
14742
+ certificate is assigned to your NodeBalancerConfig.
14741
14743
example: null
14742
14744
readOnly: true
14743
14745
x-linode-cli-display: 9
14744
14746
ssl_cert:
14745
14747
type: string
14746
14748
format: ssl-cert
14747
14749
nullable: true
14748
- description: >
14749
- The certificate this port is serving. This is not returned. If set,
14750
- this field will come back as "<REDACTED>".
14750
+ description: |
14751
+ The PEM-formatted public SSL certificate (or the combined PEM-formatted SSL
14752
+ certificate and Certificate Authority chain) that should be served on this
14753
+ NodeBalancerConfig's port.
14754
+
14755
+ The contents of this field will not be shown in any responses that display
14756
+ the NodeBalancerConfig. Instead, `<REDACTED>` will be printed where the field
14757
+ appears.
14751
14758
14752
- Please use the `ssl_commonname` and `ssl_fingerprint` to identify the certificate.
14759
+ The read-only `ssl_commonname` and `ssl_fingerprint` fields in a NodeBalancerConfig
14760
+ response are automatically derived from your certificate. Please refer to these fields to
14761
+ verify that the appropriate certificate was assigned to your NodeBalancerConfig.
14753
14762
example: null
14754
14763
ssl_key:
14755
14764
type: string
14756
14765
format: ssl-key
14757
14766
nullable: true
14758
- description: >
14759
- The private key corresponding to this port's certificate. This is not
14760
- returned. If set, this field will come back as "<REDACTED>".
14767
+ description: |
14768
+ The PEM-formatted private key for the SSL certificate set in the `ssl_cert` field.
14769
+
14770
+ The contents of this field will not be shown in any responses that display
14771
+ the NodeBalancerConfig. Instead, `<REDACTED>` will be printed where the field
14772
+ appears.
14761
14773
14762
- Please use the `ssl_commonname` and `ssl_fingerprint` to identify the certificate.
14774
+ The read-only `ssl_commonname` and `ssl_fingerprint` fields in a NodeBalancerConfig
14775
+ response are automatically derived from your certificate. Please refer to these fields to
14776
+ verify that the appropriate certificate was assigned to your NodeBalancerConfig.
14763
14777
example: null
14764
14778
nodes_status:
14765
14779
type: object
0 commit comments