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 47d73dc commit c2df930Copy full SHA for c2df930
src/CertUtils.cs
@@ -33,7 +33,7 @@ public static X509Certificate2 LoadPemFileCert(string file)
33
/// <summary>
34
/// Generates pfx from client configuration
35
/// </summary>
36
- /// <param name="config">Kuberentes Client Configuration</param>
+ /// <param name="config">Kubernetes Client Configuration</param>
37
/// <returns>Generated Pfx Path</returns>
38
public static X509Certificate2 GeneratePfx(KubernetesClientConfiguration config)
39
{
0 commit comments