openSSL_CreatePrivateKey

Create a SSL private key

This functions creates an EVP_PKEY with 2048 bits. It's returned as PEM encoded text.

char[]
openSSL_CreatePrivateKey
(
int bits = 4096
)

Return Value

Type: char[]

pointer to pem encoded string containing EVP_PKEY private key.

Meta