Investigate storing TLS certificates in memory. #183
Labels
Engineering
Technology and Development Track
Type: Robustness
Tickets to improve the application, invisibly
Milestone
Description
Currently our application is using
fs.readFileSync
everytime we need our certificate. We could potentially speed our app up by loading the certificate into memory and reading it there.Some additional context
Acceptance Criteria
The text was updated successfully, but these errors were encountered: