OpenSSL key generation in PEM format
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I am currently writing an application that needs to be able to generate a private and public key, but it must be output in PEM format. It needs this format because other related applications require this format. I can't find any functions in any libraries that do this. What would be the best way to do this? If there is nothing that does this, is there a way I could write another program in (for example: C) that generates the keys given command line options and just hope it succeeds? Kind Regards, Mike