Hi everyone,
I have a project which requires the sending of JSON messages to an external service provider using REST. The service provider requires the message contents to be signed.
Their instructions:
- Add a header called "Date" with the the date and time in a specific format - done
- Add the client's certificate password in a field in the header - done
- Create a string which consist of the {Date}{newline}{Password}{newline}{etc}{Message Body}.


Beginning - 



