> Do I need to manually put the cert into the key? Yes! You must associate the cert with the key. The simplest way to do this is to put your key and certificate(s) into pkcs12 file and then load the file "at once". It is possible to do it manually but you will need to manipulate the key data objects yourself. Aleksey