From 537a0b74fd5534f05883ef4ae220a6835c0cb890 Mon Sep 17 00:00:00 2001 From: xenolf Date: Sun, 25 Oct 2015 23:37:26 +0100 Subject: [PATCH] Update client.go --- acme/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme/client.go b/acme/client.go index f481b208..e53ca592 100644 --- a/acme/client.go +++ b/acme/client.go @@ -211,7 +211,7 @@ func (c *Client) RevokeCertificate(certificate []byte) error { } // RenewCertificate takes a CertificateResource and tries to renew the certificate. -// If the renewal process succeeds, the new certificate will replace the old one in the CertResource. +// If the renewal process succeeds, the new certificate will ge returned in a new CertResource. // Please be aware that this function will return a new certificate in ANY case that is not an error. // If the server does not provide us with a new cert on a GET request to the CertURL // this function will start a new-cert flow where a new certificate gets generated.