Skip to content

Commit f08f1a8

Browse files
committed
Fix table
1 parent 65966bd commit f08f1a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-availability-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ The following table lists the properties of the broker advanced settings that in
153153
| encryptInternalTraffic.Disabled | `string` | Disable internal traffic encryption |
154154
| encryptInternalTraffic.Enabled | `string` | Enable internal traffic encryption |
155155
| internalCerts | CertManagerCertOptions | Certificate rotation and private key configuration |
156-
| internalCerts.duration | `string` | Lifetime of certificate. Must be specified using a *Go* *time.Duration* format (h|m|s). For example, 240h for 240 hours and 45m for 45 minutes. |
156+
| internalCerts.duration | `string` | Lifetime of certificate. Must be specified using a *Go* *time.Duration* format (h, m, s). For example, 240h for 240 hours and 45m for 45 minutes. |
157157
| internalCerts.privateKey | `CertManagerPrivateKey` | Configuration of certificate private key |
158-
| internalCerts.renewBefore | `string` | Duration before renewing a certificate. Must be specified using a *Go* *time.Duration* format (h|m|s). For example, 240h for 240 hours and 45m for 45 minutes. |
158+
| internalCerts.renewBefore | `string` | Duration before renewing a certificate. Must be specified using a *Go* *time.Duration* format (h, m, s). For example, 240h for 240 hours and 45m for 45 minutes. |
159159
| internalCerts.privateKey.algorithm | PrivateKeyAlgorithm | Algorithm for private key |
160160
| internalCerts.privateKey.rotationPolicy | PrivateKeyRotationPolicy | Cert-manager private key rotation policy |
161161
| internalCerts.privateKey.algorithm.Ec256 | `string`| Algorithm - EC256 |

0 commit comments

Comments
 (0)