clientCert: fix up error message

This commit is contained in:
Reto Brunner 2022-02-04 23:06:53 +01:00
parent a86fa168b8
commit c0b81902f5

View file

@ -30,7 +30,7 @@ function get(uuid) {
certificate: fs.readFileSync(paths.certificatePath, "utf-8"),
};
} catch (e) {
log.error("Unable to remove certificate", e);
log.error("Unable to get certificate", e);
}
return null;