HTTPS Certificate installation in wildfly - Java Keystore
About Me Research SEO Training Vedic Astrology Contact HTTPS CERTIFICATE INSTALLATION IN WILDFLY - JAVA KEYSTORE ( KEYTOOL) 1. Create a new keystore: Open a command prompt in the same directory as Java keytool; alternatively, you may specify the full path of keytool in your command. Pay close attention to the alias you specify in this command as it will be needed later on. keytool -genkey -alias mydomain -keyalg RSA -keystore KeyStore.jks -keysize 2048 2. Generate a CSR based on the new keystore: keytool -certreq -alias mydomain -keystore KeyStore.jks -file mydomain.csr Answer each question when prompted. Use the chart below to guide you through the process: First & Last Name Domain Name for SSL Certificates Entity Name for Code Signing Organizational Unit Support (Optional, e.g. a department) Organization GMO GlobalSign Inc (Entity's Legal Name) City / Locality Portsmouth (Full City name) Stat...