TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Michele T
NA
6
742
Loading SSL certificate from file in a WEBAPI2 service
Jul 31 2015 2:31 AM
Hi,
In a c# webapi selfhosted (localhost) OWIN scenario , how I can configure the WebAPI, for a ssl connection, in order to reading the private key certificate x509 from an file/stream ?
Note, I don't to want use the local certificate store and register there the private certificate.
More details, I found an implementation of OWIN server that accept to set X509 certificate from file path. It's also possible do that with Katana server ?
https://github.com/Bobris/Nowin
Thanks
Reply
Answers (
0
)
request to http-server
how to pass byte[] to web service