You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Win cert changes (#49)
* Refactored code adding Windows cert store logic, including renaming IISU to WinIIS.
* Added PowerShell class to perform get-childitem from cert store
* Refactored code allowing multiple types of Cert Stores, including Win Cert and IIS (WebHosting) Cert Stores.
* Update generated README
* Fixed a problem adding certs to a cert store that had a space in the name (ie. Remote Desktop)
* Updated Change Log.
* Removed logging of PAM credentials which was logging the info in plain text. (#55)
* Created custom Configuration Property Parser (#57)
* Created custom Configuration Property Parser so not to display or log passwords.
* Masked Private Ket Password
* Modified logging to write out as JSON object
* adding store-type definitions for `WinCert` and `IISU`
* Updated ReadMe to better reflect IISU and WinCert settings.
* Update generated README
* Updated Cert Stores and images
* Replaced Images
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
2.0.1
1
+
2.1.0
2
2
* Fixed issue that was occuring during renewal when there were bindings outside of http and https like net.tcp
3
3
* Added PAM registration/initialization documentation in README.md
4
+
* Resolved Null HostName error
5
+
* Added WinCert Cert Store Type
6
+
* Added custom property parser to not show any passwords
7
+
* Removed any password references in trace logs and output settings in JSON format
4
8
5
9
2.0.0
6
10
* Add support for reenrollment jobs (On Device Key Generation) with the ability to specify a cryptographic provider. Specification of cryptographic provider allows HSM (Hardware Security Module) use.
0 commit comments