Re: adding SSL cert - WeOnlyDo Discussion board

Re: adding SSL cert (General questions)

by woddrazen, Friday, March 18, 2011, 20:59 (4758 days ago) @ dirk

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


Complete thread: