Skip to content

Commit

Permalink
Update acme4j-example/src/main/java/org/shredzone/acme4j/example/SSLC…
Browse files Browse the repository at this point in the history
…lientWithEabTest.java

Co-authored-by: George Fergadis <55407250+fergadis@users.noreply.github.com>
  • Loading branch information
2 people authored and shred committed Feb 26, 2024
1 parent 3a8a905 commit 7118a45
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ public void fetchCertificate(Collection<String> domains, String eabKid, String e
// Load the user key file. If there is no key file, create a new one.
KeyPair userKeyPair = loadOrCreateUserKeyPair();

// Create a session for Let's Encrypt.
// Use "acme://letsencrypt.org" for production server
// Create a session for SSL.com.
// Use "acme://ssl.com" for production server
Session session = new Session("acme://ssl.com/staging");
//Session session = new Session("acme://letsencrypt.org/staging");

// Get the Account.
// If there is no account yet, create a new one.
Expand Down

0 comments on commit 7118a45

Please sign in to comment.