You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/chaos-studio/chaos-studio-fault-library.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1277,14 +1277,14 @@ Known issues on Linux:
1277
1277
| Parameters (key, value) ||
1278
1278
| certificateName | Name of AKV certificate on which fault will be executed |
1279
1279
| version | The certificate version that should be updated; if not specified, the latest version will be updated. |
1280
-
| enabled | Value indicating whether the new certificate version will be enabled |
1280
+
| enabled |Bool. Value indicating whether the new certificate version will be enabled |
1281
1281
| validityInMonths | The validity period of the certificate in months |
1282
1282
| certificateTransparency | Indicates whether the certificate should be published to the certificate transparency list when created |
1283
1283
| certificateType | the certificate type |
1284
1284
| contentType | The content type of the certificate, eg Pkcs12 when the certificate contains raw PFX bytes, or Pem when it contains ASCII PEM-encoded btes. Pkcs12 is the default value assumed |
1285
1285
| keySize | The size of the RSA key: 2048, 3072, or 4096 |
1286
-
| exportable | Value indicating if the certificate key is exportable from the vault or secure certificate store |
1287
-
| reuseKey | Value indicating if the certificate key should be reused when rotating the certificate|
1286
+
| exportable |Boolean. Value indicating if the certificate key is exportable from the vault or secure certificate store |
1287
+
| reuseKey |Boolean. Value indicating if the certificate key should be reused when rotating the certificate|
1288
1288
| keyType | The type of backing key to be generated when issuing new certificates: RSA or EC |
0 commit comments