Re: adding SSL cert - WeOnlyDo Discussion board

Re: adding SSL cert (General questions)

by dirk, Friday, March 18, 2011, 22:04 (4760 days ago) @ woddrazen

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: