Skip to content

Commit 27d848f

Browse files
committed
[DOCS] Adds 6.4.1 and missing 6.4.0 release notes
1 parent 8d3e3bd commit 27d848f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/reference/release-notes/6.4.asciidoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7285
Also see <<breaking-changes-6.4>>.
7386

@@ -752,4 +765,3 @@ Network::
752765

753766
Search::
754767
* Upgrade to Lucene 7.4.0. {pull}31529[#31529]
755-

0 commit comments

Comments
 (0)