
CSR Generation on GlassFish
Prerequisites To begin generating a CSR and setting up SSL on Glassfish, the following prerequisites must be met: You must have Glassfish installed and running. You must have the Java Development Kit (JDK) installed; the JDK includes the keytool. You must have administrative privileges to the Glassfish domain directory. You must have a Fully Qualified Domain Name (FQDN) for your website or web application. You must have the appropriate permissions to make changes to the keystore.jks and domain.xml files . You should have some familiarity with working from the command line. Steps to Generate a CSR on GlassFish Server Step 1: Review the Default Keystore Newly created GlassFish domains already include a self-signed certificate in: DOMAIN_DIR/config/keystore.jks The default keystore password is changeit , and the default certificate alias is s1as . To view existing certificates, run: keytool -list -keystore keystore.jks Enter the default password changeit when prompted. You should see an e
Continue reading on Dev.to Tutorial
Opens in a new tab




