File tree 1 file changed +14
-0
lines changed
docs/reference/release-notes
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 37
37
[[release-notes-6.4.0]]
38
38
== {es} version 6.4.0
39
39
40
+ [float]
41
+ === Known issues
42
+
43
+ {es} 6.4.0 fails to start when PEM encoded private key files that have been exported from `PKCS#12`
44
+ keystores are in use. These files can be identified by the existence of lines that start with either
45
+ `Bag Attributes` or `Key Attributes` in the beginning of the key file.
46
+
47
+ These keys can be converted to a supported format using one of the following methods:
48
+
49
+ * Remove the extra lines from the beginning of the file so that the file starts with the line that starts
50
+ with `-----BEGIN`
51
+ * Use openssl to convert it, i.e: `openssl pkcs8 -in old_format.key -topk8 -nocrypt -out new_format.key`
52
+ assuming the key was not password protected.
53
+
40
54
Also see <<breaking-changes-6.4>>.
41
55
42
56
[float]
You can’t perform that action at this time.
0 commit comments