SSL/TLS without certificates

后端 未结 2 1614
余生分开走
余生分开走 2021-01-05 01:22

I\'m working on a pet project that will (eventually, when it\'s done) allow for secure file transfers (there\'s more to it than just that, but the rest isn\'t particularly r

2条回答
  •  既然无缘
    2021-01-05 02:03

    Use self-signed certificates - this is the same as "raw" keys but easier to manage (see this question regarding how to accept or not accept a self-signed certificate in openssl).

提交回复
热议问题