Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate *.p12 from configuration file #44

Open
siddharthagoel opened this issue Jun 28, 2017 · 2 comments
Open

Certificate *.p12 from configuration file #44

siddharthagoel opened this issue Jun 28, 2017 · 2 comments

Comments

@siddharthagoel
Copy link

Hi,

I am using service fabric to deploy the application to azure cluster and we do not use configuration but an application manifest generated by service fabric. The RunTransaction() method in SoapClient expects that the file path will be picked up by the config. But the client would want to keep this file in Blob storage etc. I think the better solution would be for this method to expect a byte[] stream for this certificate rather than reading it from configuration and let the client handle how they want to store it.

@jeffbrn
Copy link

jeffbrn commented Aug 4, 2017

This would be great for us also, we want to be able to allow clients to load their own certificates for transactions without having access to the server file system.

@hyderlyger
Copy link

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants