To enable SSL I have created a key file (.pem) & a certificate file (.crt) using the following commands. RStudio Server is using the same and is working fine. But Shiny doesn't like it. After going through blogs I tried editing the file and did all permutations, but no use.
openssl pkcs12 -in mykey.pfx -nocerts -nodes -out mykey.pem
openssl rsa -in mykey.pem -check -out mykey.rsa.pem
openssl pkcs12 -in mykey.pfx -clcerts -nokeys -out mykey.crt
I even tried with rsa. No luck.
Any help or sample would be of great help.
Thanks,
Ashok.