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
Ok thanks
Additional question:
if I use
cert.generatekey 0
cert.generate
cert.save cert.pem
cert.savekey cert.key
in order to let the component generate a certificate, is it then possible to change the start/end date of the certificate? It seems to show as start/end date of the certificate 12/30/1999.
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