FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
CSR Generation on GlassFish
How-ToWeb Development

CSR Generation on GlassFish

via Dev.to TutorialEden Allen1mo ago

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

Read Full Article
18 views

Related Articles

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 2d ago

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)
How-To

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)

Medium Programming • 2d ago

“You don’t need to learn programming anymore” — Reality Check from a CTO
How-To

“You don’t need to learn programming anymore” — Reality Check from a CTO

Medium Programming • 2d ago

The Biggest Lie in Bug Bounty Tutorials
How-To

The Biggest Lie in Bug Bounty Tutorials

Medium Programming • 2d ago

DAY 8: The System Was Never Meant to Pay You
How-To

DAY 8: The System Was Never Meant to Pay You

Medium Programming • 2d ago

Discover More Articles