From 7259a042dca5f6f2ffa4173421022c4e5ca6e013 Mon Sep 17 00:00:00 2001 From: Philipp Mieden Date: Tue, 2 Jun 2020 16:57:20 +0200 Subject: [PATCH] fix typo in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c3b239..133c16f 100644 --- a/README.md +++ b/README.md @@ -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