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: README.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,48 @@ The a10vThunder Universal Orchestrator extension implements 2 Certificate Store
468
468
469
469
In an A10 Thunder device, certificates are used in different contexts depending on their role. Two commonly used types are **Management Certificates** and **SSL Certificates**.
TC3|Add Certificate to New Partition|keyfactor2|**Alias**:<br><random><br>**Overwrite**:<br>false|Cert Added to Partition|True|
480
+
TC4|Remove Cert from Partition|keyfactor2|**Alias**:<br><same-random><br>**Overwrite**:<br>false|Cert Removed from Partition|True|
481
+
TC5|Setup for Unbound Renew Scenario|shared|**Alias**:<br><random><br>**Overwrite**:<br>false|Cert Installed|True|
482
+
TC5a|Renew Unbound Cert Without Overwrite|shared|**Alias**:<br><same><br>**Overwrite**:<br>false|Warning Shown: Overwrite Flag Needed|True|
483
+
TC5b|Renew Unbound Cert With Overwrite|shared|**Alias**:<br><same><br>**Overwrite**:<br>true|Cert Overwritten Successfully|True|
484
+
TC5c|Renew Bound Cert With Overwrite|shared|**Alias**:<br><entered-name><br>**Overwrite**:<br>true|Cert Renamed and Rebound|True|
485
+
TC6|Renew Bound Cert in Different Partition|keyfactor2|**Alias**:<br><entered-name><br>**Overwrite**:<br>true|Cert Renamed and Rebound|True|
486
+
TC7|Attempt to Remove Bound Cert (Not Allowed)|keyfactor2|**Alias**:<br><entered-name><br>**Overwrite**:<br>true|Error: Bound Cert Cannot Be Removed|True|
487
+
488
+
</details>
489
+
490
+
<details>
491
+
<summary>Inventory Tests</summary>
492
+
493
+
Case Number|Case Name|Store Path|Enrollment Params|Expected Results|Passed|Screenshots
TC10|Add New Cert and Bind to Mgmt Port|/home/ec2-user|**Alias**:<br><random><br>**Overwrite**:<br>true|Cert Installed and Bound|True|
507
+
TC11|Renew and Rebind Cert to Mgmt Port|/home/ec2-user|**Alias**:<br><same><br>**Overwrite**:<br>true|Cert Renewed and Bound Again|True|
508
+
TC12|Attempt Renew/Repl Without Overwrite|/home/ec2-user|**Alias**:<br><same><br>**Overwrite**:<br>false|Fail: Overwrite Flag Missing|True|
509
+
TC13|Remove Mgmt Bound Cert|/home/ec2-user|**Alias**:<br><same><br>**Overwrite**:<br>false|Cert Removed, Binding Left Intact|True|
0 commit comments