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

Co-authored-by: George Fergadis <55407250+fergadis@users.noreply.github.com>
pull/148/head^2
Dang Thanh 2024-01-17 07:00:21 +07:00 committed by GitHub
parent 8cf1097f63
commit b0da60d1d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.