Update acme4j-example/src/main/java/org/shredzone/acme4j/example/SSLClientWithEabTest.java

Co-authored-by: George Fergadis <55407250+fergadis@users.noreply.github.com>
pull/168/head
Dang Thanh 2024-01-17 07:00:21 +07:00 committed by Richard Körber
parent 3a8a905d87
commit 7118a454b2
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 2 additions and 3 deletions

View File

@ -78,10 +78,9 @@ public class SSLClientWithEabTest {
// 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.