I have the following information:
Server Host: <a domain name>
Server Port: <a port number>
Username: <my username>
Password: <my password>
How I can create a .pem file from the above, so I can use it with OpenSSL and Boost ASIO to create a TLS TCP connection to the server?
The BOOST example I am using is this one: http://www.boost.org/doc/libs/1_55_0/doc/html/boost_asio/example/cpp03/ssl/client.cpp