'Web Servers' Tag

  • Configuring SSL in Tomcat Server

    April 17, 2009

    1.  Generate a key store using the following command. Not neccessary to say u should have the JDK set to PATH environment/system variable. keytool -genkey -alias keyalias -keyAlg RSA -keystore key.ks Note: The keystore file(key.ks) generated for one system does n’t work for another system. This results in a set of private/public key pair having an alias name keyalias for the key, using the algorithm RSA and store them in a file called key.ks. The extension .ks stands for [...]

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org