summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs')
-rw-r--r--src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs b/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
index 8cc998e..00359b4 100644
--- a/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
+++ b/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
@@ -28,7 +28,7 @@ namespace PKISharp.WACS.Plugins.StorePlugins
var path = args?.PfxFilePath;
if (string.IsNullOrWhiteSpace(path))
{
- path = _settings.Store.PfxFile?.DefaultPassword;
+ path = _settings.Store.PfxFile?.DefaultPath;
}
while (string.IsNullOrWhiteSpace(path) || !path.ValidPath(_log))
{