diff --git a/src/Oocx.ACME.IIS/IISServerConfigurationProvider.cs b/src/Oocx.ACME.IIS/IISServerConfigurationProvider.cs index 214ad33..58f3af2 100644 --- a/src/Oocx.ACME.IIS/IISServerConfigurationProvider.cs +++ b/src/Oocx.ACME.IIS/IISServerConfigurationProvider.cs @@ -118,7 +118,7 @@ private void InstallCertificateToStore(X509Certificate2 certificate, string cer return; } - Info($"Installing certificate with subject {certificate.Subject} and hash {hash} is already to store LocalMachine\\{certificateStoreName}"); + Info($"Installing certificate with subject {certificate.Subject} and hash {hash} to store LocalMachine\\{certificateStoreName}"); store.Add(certificate); store.Close();