mirror of https://github.com/shred/acme4j
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
parent
3a8a905d87
commit
7118a454b2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue