My favorites | Sign in
Project Logo
                
Code license: Apache License 2.0
Labels: apache, mina, tutor, java, network, nio
Feeds:
People details
Project owners:
  rhythm.mail

Including:

JKS Key Store Generation

keytool \
    -genkey \
    -alias mina-2-tutor \
    -keysize 2048 \
    -validity 365 \
    -keyalg RSA \
    -dname "CN=mina-2-tutor, OU=Bogus CA, O=Bogus Inc., L=HZ, S=ZJ, C=CN" \
    -keypass 123456 \
    -storepass 123456 \
    -keystore mina-2-tutor.cert








Hosted by Google Code