01 | # Add a client certificate to the Queue manager keystore (using stashed password) |
02 | ikeycmd -cert -add -db "key.kdb" -label ibmwebspheremqclient01 - file ibmwebspheremqclient01.crt - format ascii -stashed |
03 |
04 | # Remove certificate from Queue manager keystore (using stashed password) |
05 | ikeycmd -cert -delete -label ibmwebspheremqclient01 -db "key.kdb" -stashed |
06 |
07 | # Set default certificate (using stashed password) |
08 | ikeycmd -cert -setdefault -db key.kdb -stashed -label "mydefaultcertificate" |
09 |
10 | # List certificates |
11 | ikeycmd -cert -list personal -db "key.kdb" -pw changeit |
12 | ikeycmd -cert -list ca -db "key.kdb" -pw changeit |
13 |
14 | * List default signers |
15 | ikeycmd -cert -listsigners |
No comments:
Post a Comment