Ian's Blog · Jul 17, 2017
Pragmatically Generating a Self-Signed Certificate and Private Key using OpenSSL
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Heads Up You should not be using C or OpenSSL to generate certificates or handle private key material. Memory safety is extremelly important, and C and OpenSSL fail to provide either of those. I strongly recommend you disregard this post and instead use a modern, memory-safe language for working with certificates. Recently I found myself needing to generate a HTTPS Server Certificate and Private…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.