Skip to content

Commit 4aadae8

Browse files
authored
Update chaos-studio-fault-library.md
1 parent 7b8501d commit 4aadae8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/chaos-studio/chaos-studio-fault-library.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,14 +1277,14 @@ Known issues on Linux:
12771277
| Parameters (key, value) | |
12781278
| certificateName | Name of AKV certificate on which fault will be executed |
12791279
| 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 |
12811281
| validityInMonths | The validity period of the certificate in months |
12821282
| certificateTransparency | Indicates whether the certificate should be published to the certificate transparency list when created |
12831283
| certificateType | the certificate type |
12841284
| 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 |
12851285
| 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|
12881288
| keyType | The type of backing key to be generated when issuing new certificates: RSA or EC |
12891289

12901290
### Sample JSON
@@ -1307,11 +1307,11 @@ Known issues on Linux:
13071307
},
13081308
{
13091309
"key": "enabled",
1310-
"value": ""
1310+
"value": "True"
13111311
},
13121312
{
13131313
"key": "validityInMonths",
1314-
"value": "1"
1314+
"value": "12"
13151315
},
13161316
{
13171317
"key": "certificateTransparency",

0 commit comments

Comments
 (0)