-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 pinning / LetsEncrypt #33
Comments
Pinning on the client SDKs would be a good feature request to open on those repos, but I'd love to see some possible LetsEncrypt involvement or parallel module for the server. |
Pinning would be very useful for some small deployment / internal cases in which a static IP is used instead of a full-blown domain, I'll open the feature request in the SDKs. |
LetsEncrypt 👍 |
Feature requests in every SDK I could find, let me know If I missed any other: |
Going to close this for now.. It would make a nice example project if someone wants to build it. |
Updated to include AWS Elastic Beanstalk Support
I think the SDKs should be updated with the capability to pin our server side certificates (presumably self signed), and thus it verifying the authenticity of the server upon connecting, while making it less of a need for some use cases to go without acquiring a signed certificate, at least during the transition.
Optionally the server could integrate with lets encrypt, that could be a viable alternative.
The text was updated successfully, but these errors were encountered: