Difference between revisions of "GetSSL for DDWRT"

113 bytes added ,  13:00, 25 January 2020
m
no edit summary
m
 
Line 1: Line 1:
Although titled Get SSL for DD-WRT, the information here can be used for DD-WRT and OpenWRT.  This entire article is predicated on Entware being installed on DD-WRT.  It should work for OpenWRT too, but everything is written for DD-WRT.
Although titled Get SSL for DD-WRT, the information here can be used for DD-WRT and OpenWRT.  This entire article is predicated on Entware being installed on DD-WRT.  It should work for OpenWRT too, but everything is written for DD-WRT.  And at the end an alternate to GetSSL is noted, named acme.sh.


==Download GetSSL==
==Download GetSSL==
Line 37: Line 37:
</syntaxhighlight>This of course assumes Entware is mounted on a Directory named opt (which is the default).  Done.  Well at least for making GetSSL function on DD-WRT.  Next is configuring the SSL infrastructure for HTTPD, NGINX, LightHTTPD, or ProFTPD.
</syntaxhighlight>This of course assumes Entware is mounted on a Directory named opt (which is the default).  Done.  Well at least for making GetSSL function on DD-WRT.  Next is configuring the SSL infrastructure for HTTPD, NGINX, LightHTTPD, or ProFTPD.


== GetSSL ==
==GetSSL==
See: https://github.com/srvrco/getssl<br />
See: https://github.com/srvrco/getssl
 
== Acme.sh ==
https://github.com/Neilpang/acme.sh<br />