Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 501
    • Issues 501
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #2110
Closed
Open
Created Sep 29, 2021 by Peter Davies@peterdDeveloper

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 Oct 22, 2021 by Peter Davies
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking