Might it be possible to load SSL certificates from a URL using Lua?
On 2 May 2015, at 8:11 am, itpp2012 wrote:
What about using curl to fetch it and store it on a ramdisk/swapdrive or
where you keep the .conf files?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,258564,258566#msg-2
Its an embedded system so I don’t have the chance to run anything at boot
time/startup - it just goies straight into nginx.
On 2 May 2015, at 8:11 am, itpp2012 wrote:
What about using curl to fetch it and store it on a ramdisk/swapdrive or
where you keep the .conf files?
Posted at Nginx Forum
When nginx starts I want to load the SSL certificates via URL rather than file
system.
This is because the machine that I am running from does not have a usable file
system, and also because I need to fetch the certificates at the time that
nginx is started.
Is there any way to do this?
tha