diff options
author | Wouter Tinus <win.acme.simple@gmail.com> | 2020-06-03 22:51:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 22:51:46 +0200 |
commit | e791885b06499c2cdd689bd7a7ed77fa8834a0cf (patch) | |
tree | 2809a2a579089388af04b80ec40dd89149ce882e /src/main.lib/Plugins/StorePlugins/PfxFile/PfxFileOptionsFactory.cs | |
parent | c417987f3562acb24efefd5fc157cc1c299ed1e3 (diff) | |
parent | b8430b53e8bdccb441508817108c94fb10674610 (diff) | |
download | letsencrypt-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.cs | 2 |
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); } |