loopbackio / strong-soap

SOAP driver for Node.js (A complete rewrite of node-soap)
Other
391 stars 163 forks source link

Add security on server #662

Open jas-raw opened 11 months ago

jas-raw commented 11 months ago

I need to use certificates on server, I saw that in client it’s posible but I don’t find any characteristic to add the server key to sign responses and verify requests.

how could I do this?