Generate RSA key:
 
Generate RSA key:
  openssl genpkey -out rsa_key_4096.pem -outform PEM -cipher des3 -algorithm RSA -pkeyopt rsa_keygen_bits:4096
+
  openssl genpkey -out private_rsa_key_4096.pem -outform PEM -algorithm RSA -pkeyopt rsa_keygen_bits:4096
    
Wrap RSA key to x509
 
Wrap RSA key to x509
Exception encountered, of type "Error"