We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5288793 commit 55a3fe9Copy full SHA for 55a3fe9
src/Contrast.K8s.AgentOperator/Core/Tls/KestrelCertificateSelector.cs
@@ -26,7 +26,7 @@ public class KestrelCertificateSelector : IKestrelCertificateSelector
26
{
27
if (_chain == null)
28
29
- Logger.Warn($"A server certificate was requested for '{hostname}', but none was known at this time.s");
+ Logger.Warn($"A server certificate was requested for '{hostname}', but none was known at this time.");
30
}
31
32
//if (_chain != null
0 commit comments