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 8e9ed00 commit 758eaeaCopy full SHA for 758eaea
src/Utils.cs
@@ -93,7 +93,7 @@ public static X509Certificate2 GeneratePfx(KubernetesClientConfiguration config)
93
94
using (var pkcs = new MemoryStream())
95
{
96
- store.Save(pkcs, null, new SecureRandom());
+ store.Save(pkcs, new char[0], new SecureRandom());
97
return new X509Certificate2(pkcs.ToArray());
98
}
99
0 commit comments