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

Extract node public key from TLS communication #722

Open
fboucquez opened this issue Nov 17, 2020 · 0 comments
Open

Extract node public key from TLS communication #722

fboucquez opened this issue Nov 17, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@fboucquez
Copy link
Contributor

fboucquez commented Nov 17, 2020

Instead of asking Rest or the Server API for a node' public key, we can use the tls connection to extract the public key.

Example:

openssl s_client -connect 304x.c.time4vps.cloud:7900 | openssl x509 -pubkey -noout

The SDK could provide a node service that given a hostname and a port, it returns the public key hex from the connection (using node's tls module or similar).

@rg911 rg911 added the enhancement New feature or request label Feb 5, 2021
@rg911 rg911 added P4 P3 Issue Low severity cosmetic issues with minor inconvenience and removed P4 labels Feb 5, 2021
@rg911 rg911 removed the P3 Issue Low severity cosmetic issues with minor inconvenience label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants