summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
diff options
context:
space:
mode:
authorWouter Tinus <win.acme.simple@gmail.com>2020-06-03 22:51:46 +0200
committerGitHub <noreply@github.com>2020-06-03 22:51:46 +0200
commite791885b06499c2cdd689bd7a7ed77fa8834a0cf (patch)
tree2809a2a579089388af04b80ec40dd89149ce882e /src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
parentc417987f3562acb24efefd5fc157cc1c299ed1e3 (diff)
parentb8430b53e8bdccb441508817108c94fb10674610 (diff)
downloadletsencrypt-win-simple-e791885b06499c2cdd689bd7a7ed77fa8834a0cf.zip
letsencrypt-win-simple-e791885b06499c2cdd689bd7a7ed77fa8834a0cf.tar.gz
letsencrypt-win-simple-e791885b06499c2cdd689bd7a7ed77fa8834a0cf.tar.bz2
Merge pull request #1562 from win-acme/2.1.8v2.1.8.1
2.1.8.1
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 53c3ede..8cc998e 100644
--- a/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
+++ b/src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs
@@ -43,7 +43,7 @@ namespace PKISharp.WACS.Plugins.StorePlugins
}
if (string.IsNullOrEmpty(password))
{
- password = await input.ReadPassword("Password to use for the .pfx files or <ENTER> for none");
+ password = await input.ReadPassword("Password to use for the .pfx files or <Enter> for none");
}
return Create(path, password);
}