> An encrypted PKCS1-PEM key using AES-192-CBC (2048 bits)

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