cirocosta / go-monero

Monero's p2p and RPC in go
https://github.com/monero-project/monero
Apache License 2.0
28 stars 6 forks source link

tls support #11

Closed cirocosta closed 3 years ago

cirocosta commented 3 years ago
$ monerod  --help | grep ssl
  --rpc-ssl arg (=autodetect)           Enable SSL on RPC connections:
  --rpc-ssl-private-key arg             Path to a PEM format private key
  --rpc-ssl-certificate arg             Path to a PEM format certificate
  --rpc-ssl-ca-certificates arg         Path to file containing concatenated
  --rpc-ssl-allowed-fingerprints arg    List of certificate fingerprints to
  --rpc-ssl-allow-chained               Allow user (via --rpc-ssl-certificates)
  --rpc-ssl-allow-any-cert              Allow any peer certificate
cirocosta commented 3 years ago

see 2f4faf8d0eced2621a2a981898bc875e99530ee7