Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix concurrency properly in File CA implementation (#495)
The last fix guarded against writes, but as pointed out in another PR, the set of certificates could change between fetching the cert/key pair, and using the cert chain in the response. The fix simply reads the cert chain and private key once. Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
- Loading branch information