File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,23 @@ coming[6.4.1]
6464//[float]
6565//=== Known Issues
6666
67+
6768[[release-notes-6.4.0]]
6869== {es} version 6.4.0
6970
70- coming[6.4.0]
71+ [float]
72+ === Known issues
73+
74+ {es} 6.4.0 fails to start when PEM encoded private key files that have been exported from `PKCS#12`
75+ keystores are in use. These files can be identified by the existence of lines that start with either
76+ `Bag Attributes` or `Key Attributes` in the beginning of the key file.
77+
78+ These keys can be converted to a supported format using one of the following methods:
79+
80+ * Remove the extra lines from the beginning of the file so that the file starts with the line that starts
81+ with `-----BEGIN`
82+ * Use openssl to convert it, i.e: `openssl pkcs8 -in old_format.key -topk8 -nocrypt -out new_format.key`
83+ assuming the key was not password protected.
7184
7285Also see <<breaking-changes-6.4>>.
7386
@@ -752,4 +765,3 @@ Network::
752765
753766Search::
754767* Upgrade to Lucene 7.4.0. {pull}31529[#31529]
755-
You can’t perform that action at this time.
0 commit comments