> An encrypted PKCS1-PEM key using DES-EDE3-CBC (2048 bits)

```sh
openssl genrsa -des3 -out key -passout pass:password 2048
```
