Create a SSL private key
This functions creates an EVP_PKEY with 2048 bits. It's returned as PEM encoded text.
pointer to pem encoded string containing EVP_PKEY private key.
See Implementation
Create a SSL private key
This functions creates an EVP_PKEY with 2048 bits. It's returned as PEM encoded text.