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? thanks as