Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The digisign library which creates and verifies digital signatures requires a public and private key file (PEM format). The init scripts could create these in a known location if not already present. I created them during digisign development with the following
ssh-keygen -t rsa
openssl rsa -in key.priv -pubout -out public.key.pem