Changes between Initial Version and Version 1 of Ticket #1441, comment 5
- Timestamp:
- 03/19/11 12:01:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1441, comment 5
initial v1 1 2 1 3 added keystore and .pem certifacte for WCF Security. 2 4 … … 5 7 after creating pem file, add it to a jks: 6 8 9 {{{ 7 10 keytool -importcert -file okb.pem -keystore okbkeystore.jks -alias okb 11 }}} 8 12 9 13 check if the key is imported 10 14 15 16 {{{ 11 17 keytool -list -keystore okbkeystore.jks 18 }}} 12 19 13 20 r5760