Re: adding SSL cert (General questions)
Dirk,
Actually .key is .key (this is private key) and .cert is .pem (this is certificate).
So it should look something like this:
[code]cert.Load App.Path & \cert.cert
cert.LoadKey App.Path & \cert.key [/code]
You can check this out if you open those files inside some text editor (notepad for example).
Drazen