You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: