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 <[email protected]>
  • Loading branch information
2 people authored and shred committed Feb 20, 2024
1 parent 6a2bf1b commit 75620f1
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 75620f1

Please sign in to comment.