Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Nov 22, 2015
1 parent 9d117f6 commit aa59eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oocx.ACME.IIS/IISServerConfigurationProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit aa59eb6

Please sign in to comment.