Use staging server for example

pull/17/merge
Richard Körber 2015-12-12 18:34:31 +01:00
parent b7af1060cd
commit 181042c42b
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ public class ClientTest {
Account account = new Account(userKeyPair);
// Create an AcmeClient for Let's Encrypt
AcmeClient client = AcmeClientFactory.connect("acme://letsencrypt.org");
// Use "acme://letsencrypt.org" for production server
AcmeClient client = AcmeClientFactory.connect("acme://letsencrypt.org/staging");
// Register a new user
Registration reg = new Registration();