Configuring Self Certificate and SSL in Weblogic
 
    1.  open command prompt and change the directory as you weblogic domain home directory by typing following command:   C:\Users\kunalku>  D:\Weblogic10.3.6\user_projects\domains\hgbu_domain\bin  C:\Users\kunalku> d:   2.  Then execute the setDomainEnv command as follows:   D:\Weblogic10.3.6\user_projects\domains\hgbu_domain\bin> setDomainEnv.cmd   3.  Generate you self certificate by following command   D:\Weblogic10.3.6\user_projects\domains\hgbu_domain> keytool -genkey -alias mykey -keyalg RSA -keysize 2048 -validity 365 -keypass privatepassword -keystore identity.jks -storepass password   it will ask you some question as follows:   What is your first and last name?    [Unknown]:  localhost  What is the name of your organizational unit?    [Unknown]:   wls  What is the name of your organization?    [Unknown]:  wls  What is the name of your City or Locality?    [Unknown]:  Bangalore  What is the name of your State or Province?  ...
