Host all certificates in Local Disk vs S3

Does hosting all the certificates on S3 instead of local disk or AWS EFS will hart the performance of the server?

Thanks

It shouldn’t, no.

Caddy keeps certificates cached in memory after loading them from disk. Startup might be slightly slower to load them into memory, but that should be fine.

1 Like

I had this question too. Would be useful to add it to the documentation.

Feel free to propose a PR.

This topic was automatically closed after 30 days. New replies are no longer allowed.