1
0
mirror of https://github.com/go-acme/lego.git synced 2025-07-17 12:17:44 +02:00

Fix minor typo in docs (#1261)

This commit is contained in:
Trenton Broughton
2020-09-30 12:07:50 -04:00
committed by GitHub
parent 37746be75f
commit 03ca08048c

View File

@ -372,7 +372,7 @@ func (c *Certifier) Revoke(cert []byte) error {
// Renew takes a Resource and tries to renew the certificate.
//
// If the renewal process succeeds, the new certificate will ge returned in a new CertResource.
// If the renewal process succeeds, the new certificate will be 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.