testutils/ca/doc.txt update
Instructions in doc.txt file regarding the conversion of key files to pkcs8 format apparently missing the "-topk8" parameter.
Error:
[root@mombassa ssl]# openssl pkcs8 -in kea-client-aes.key -out kea-client.key -nocrypt
Error decrypting key.
140529049110392:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:708:Expecting: PRIVATE KEY.
No Error:
[root@mombassa ssl]# openssl pkcs8 -topk8 -in kea-client-aes.key -out kea-client.key -nocrypt
Enter pass phrase for kea-client-aes.key:
[root@mombassa ssl]#
Likewise with the conversion of server key.
Edited by Peter Davies