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
Complete thread:
- adding SSL cert - dirk, 2011-03-18, 20:51
- Re: adding SSL cert - woddrazen, 2011-03-18, 20:59
- Re: adding SSL cert - dirk, 2011-03-18, 22:04
- Re: adding SSL cert - woddrazen, 2011-03-18, 22:24
- Re: adding SSL cert - dirk, 2011-03-18, 22:28
- Re: adding SSL cert - woddrazen, 2011-03-18, 22:24
- Re: adding SSL cert - dirk, 2011-03-18, 22:04
- Re: adding SSL cert - woddrazen, 2011-03-18, 20:59