From c22395ea95cf5baf73c8a3d75c49e7acc4f0de79 Mon Sep 17 00:00:00 2001 From: Leo Grove Date: Tue, 9 Jan 2024 08:43:56 -0600 Subject: [PATCH] Update README.md Added SSL.com Acme Server --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b7cfdc6..6c8c78d0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ This is a Java client for the _Automatic Certificate Management Environment_ (AC ACME is a protocol that a certificate authority (CA) and an applicant can use to automate the process of verification and certificate issuance. -This Java client helps connecting to an ACME server, and performing all necessary steps to manage certificates. - -It is an independent open source implementation that is not affiliated with or endorsed by _Let's Encrypt_. +This Java client helps connecting to the SSL.com ACME server, and performing all necessary steps to manage certificates. ## Features