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
Make it easier to use user certificate files (#2873)
* Make it easier to use user certificate files
* make key file optional; PEM can include the private key
* - release notes
- use Enum.TryParse for the X509 flags
Copy file name to clipboardExpand all lines: docs/ReleaseNotes.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Current package versions:
9
9
## Unreleased
10
10
No pending unreleased changes
11
11
12
+
- Add `ConfigurationOptions.SetUserPemCertificate(...)` and `ConfigurationOptions.SetUserPfxCertificate(...)` methods to simplify using client certificates ([#2873 by mgravell](https://github.com/StackExchange/StackExchange.Redis/pull/2873))
13
+
12
14
## 2.8.31
13
15
14
16
- Fix: Respect `IReconnectRetryPolicy` timing in the case that a node that was present disconnects indefinitely ([#2853](https://github.com/StackExchange/StackExchange.Redis/pull/2853) & [#2856](https://github.com/StackExchange/StackExchange.Redis/pull/2856) by NickCraver)
0 commit comments