We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d51ae commit 33dd4a5Copy full SHA for 33dd4a5
1 file changed
index.js
@@ -47,7 +47,7 @@ app.all('*', (req, res) => {
47
};
48
49
//Add client certificate details to the output
50
- echo['client-certificate'] = req.socket.getPeerCertificate();
+ echo['clientCertificate'] = req.socket.getPeerCertificate();
51
52
if(req.is('application/json')){
53
echo.json = JSON.parse(req.body)
0 commit comments