note to self:
/etc/ssl/certs/cert.pem
save original, then replace
with valid .pem which should contain:
-----BEGIN RSA PRIVATE KEY-----
jibberinshh......
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
jibberinshh......
-----END CERTIFICATE-----
The webmin section can be managed within webmin but this is for extplorer, AFAIK.
Manhunt to figure this out, as not a seasoned linux monkey. Found this, which led me to "grep ':443'/etc/* -r" in attempts to find a reference file. Using CoreFTP, /etc/lighttpd/conf-enabled/ list folders, so i couldn't just edit away:

Really strange, or I just haven't grasped something yet.
Oh well, after I replaced the cert.pem and ran "/etc/init.d/lighttpd force-reload", my certificate changed in extplorer and showed as valid.
YAY!!!.
FYI, I used a wildcard certificate.


Comments :
Post a Comment