Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1441, comment 5


Ignore:
Timestamp:
03/19/11 12:01:42 (13 years ago)
Author:
mjesner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1441, comment 5

    initial v1  
     1
     2
    13added keystore and .pem certifacte for WCF Security.
    24
     
    57after creating pem file, add it to a jks:
    68
     9{{{
    710keytool -importcert -file okb.pem -keystore okbkeystore.jks -alias okb
     11}}}
    812
    913check if the key is imported
    1014
     15
     16{{{
    1117keytool -list -keystore okbkeystore.jks
     18}}}
    1219
    1320r5760