Closed mhtvsSFrpHdE closed 8 years ago
I see... the server cert area storage in a private key file called "obfs4_state.json" and can't be changed manually. But backup this file and use it in other server will enable same cert area, so we still can use same cert for each client and server.
For obfs4proxy
, server side certificate can be specified by providing the following options: node-id, private-key, public-key, drbg-seed, iat-mode. These options have the same meaning as the ones in obfs4_state.json
.
Also check out my project here: https://github.com/twisteroidambassador/pluggabletransportadapter. It is better documented and may fit your need.
We want use same config file anywhere for our private users. I noticed the readme file,
but what about server side? How to use specify server cert area, and not the random?