Skip to content

Commit deb100b

Browse files
committed
README(.md): Add Get-ArubaCPCertTrustList EXAMPLE
1 parent e673cac commit deb100b

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

Diff for: README.md

+33-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ You can retrieve its Authentication information of Method (EAP, PAP...) `Get-Aru
324324
### Certificate
325325

326326
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`
328328

329329
```powershell
330330
# Get Cluster Certificate
@@ -462,6 +462,38 @@ Server (HTTPS, RadSec, Database...) `Get-ArubaCPServerCertificate` or Service `G
462462
463463
...
464464
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
471+
issue_date : 2010/01/18 16:00:00
472+
expiry_date : 2038/01/18 15:59:59
473+
enabled : True
474+
valid : valid
475+
signature_algorithm : SHA384WITHRSA
476+
public_key_format : X.509
477+
serial_number : 101909084537582093308941363524873193117
478+
cert_usage : {Others}
479+
issuer_DN : C=GB,ST=Greater Manchester,L=Salford,O=COMODO CA Limited,CN=COMODO RSA Certification Authority
480+
_links : @{self=}
481+
482+
id : 2012
483+
subject_DN : OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
484+
issue_date : 1996/01/28 16:00:00
485+
expiry_date : 2028/08/02 16:59:59
486+
enabled : False
487+
valid : valid
488+
signature_algorithm : SHA1WITHRSA
489+
public_key_format : X.509
490+
serial_number : 80507572722862485515306429940691309246
491+
cert_usage : {Others}
492+
issuer_DN : C=US,O=VeriSign\, Inc.,OU=Class 3 Public Primary Certification Authority
493+
_links : @{self=}
494+
495+
[...]
496+
465497
```
466498

467499

0 commit comments

Comments
 (0)