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
+33-1
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ You can retrieve its Authentication information of Method (EAP, PAP...) `Get-Aru
324
324
### Certificate
325
325
326
326
You can retrieve its Cluster Certificate information of Method (HTTPS, RadSec, Database...) `Get-ArubaCPClusterCertificate`,
327
-
Server (HTTPS, RadSec, Database...) `Get-ArubaCPServerCertificate` or Service `Get-ArubaCPServiceCertificate`
327
+
Server (HTTPS, RadSec, Database...) `Get-ArubaCPServerCertificate` or Service `Get-ArubaCPServiceCertificate` or Certificate Trust List `Get-ArubaCPServiceCertificate`
328
328
329
329
```powershell
330
330
# Get Cluster Certificate
@@ -462,6 +462,38 @@ Server (HTTPS, RadSec, Database...) `Get-ArubaCPServerCertificate` or Service `G
462
462
463
463
...
464
464
465
+
# Get Certificate Trust List (with details)
466
+
467
+
Get-ArubaCPCertTrustList -details
468
+
469
+
id : 2029
470
+
subject_DN : CN=COMODO RSA Certification Authority,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB
0 commit comments