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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
v2.9.0
2
+
- Modify Discovery on Linux servers to filter out ignored folders when searching using the Find command rather than eliminating them after. This was done to eliminate permissions errors.
3
+
- Deprecated isRSAPrivateKey custom property on RFPEM certificate store type. Integration now reads the existing private key to determin if it is formatted as PKCS#1 or PKCS#8 and, on renewal, keeps the format the same. For new PEM certificate stores/certificates, PKCS#8 will always be used. PLEASE NOTE, for existing certificate stores that already have isRSAPrivateKey defined, this setting will be ignored.
4
+
- Modified RFPkcs12 store type to handle single store certificate stores with no friendly name/alias
5
+
- Modify to create 2 builds - one for .net6 and one for .net8
6
+
- Update README to new DocTool format
7
+
8
+
v2.8.1
9
+
- Fixed issue were sensitive information could be exposed at debug logging level
10
+
1
11
v2.8.0
2
12
- Added new custom field - Remove Root Certificate from Chain - to allow adding certificate entries with the root CA certificate removed from the chain.
3
13
- Added SSH KeyboardInteractive Authentication support if Password Authentication is not enabled.
thrownewException("Certificate store contains entries with both empty and non-empty friendly names. This configuration is not supported in this store type.");
0 commit comments