fix typo in Readme

This commit is contained in:
2020-06-02 16:57:20 +02:00
parent be5c5db01f
commit 7259a042dc

View File

@@ -173,7 +173,7 @@ For the DNS challenge, an API token of an provider must be exported as environme
In case of using the HTTP or TLS challenges, port 80 or 443 must temporarily be freed.
The *simplecert.Config* contains to functions that can be set to accomplish this:
The *simplecert.Config* contains two functions that can be set to accomplish this:
- WillRenewCertificate, called just before the certificate will be renewed.
- DidRenewCertificate, called after the certificate was renewed.
@@ -181,7 +181,7 @@ The *simplecert.Config* contains to functions that can be set to accomplish this
These functions can be used to gracefully stop the running service,
and bring it back up once the certificate renewal is complete.
If you want to exchange the certificates on disk and force the running service to reload them,
If you want to exchange the certificates manually on disk and force the running service to reload them,
simply send a *SIGHUP* signal to your running instance:
kill -HUP <pid>