multiaddr
multiaddr copied to clipboard
How to handle SSL/TLS?
If an address is listening for TLS connections, how should that be encoded? Encoding X509 certificates seems particularly tricky. You could base64 encode the certificates, but that is variable length, which the format doesn't seem to handle right now.