summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
diff options
context:
space:
mode:
authorWouter Tinus <win.acme.simple@gmail.com>2020-07-10 13:22:30 +0200
committerGitHub <noreply@github.com>2020-07-10 13:22:30 +0200
commit594d90be29ec6090668966ad2fe2c9c9d46cace7 (patch)
treeb34d975bd0ae3aff1e46843e41a6bc7fe892fdc7 /src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
parente791885b06499c2cdd689bd7a7ed77fa8834a0cf (diff)
parentb2cea77b69fb05710f5f20f388878e92e213499d (diff)
downloadletsencrypt-win-simple-594d90be29ec6090668966ad2fe2c9c9d46cace7.zip
letsencrypt-win-simple-594d90be29ec6090668966ad2fe2c9c9d46cace7.tar.gz
letsencrypt-win-simple-594d90be29ec6090668966ad2fe2c9c9d46cace7.tar.bz2
Merge pull request #1609 from win-acme/2.1.9v2.1.9
2.1.9
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))
{