clientCert: fix up error message
This commit is contained in:
parent
a86fa168b8
commit
c0b81902f5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user