open-license-manager / lcc-license-generator

License generator for open-license-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux : store the public key in binary format

gcontini opened this issue · comments

Verify that the format of the key is the same in Linux and windows. At the moment Linux is saving in openssh format, windows exports public key (in public-key.h file) as binary

Storing public key in openssh format makes it extremely easy to replace it.

public key is stored in pkcs1 der format