mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-23 19:59:21 +03:00
Support user-specified server trust chain
This commit is contained in:
@ -112,6 +112,7 @@ typedef struct SM_SSL
|
||||
SM_SERVER *p; // P
|
||||
X *Cert; // Certificate
|
||||
K *Key; // Secret key
|
||||
LIST *Chain; // Trust chain
|
||||
bool SetCertAndKey; // Set the key
|
||||
} SM_SSL;
|
||||
|
||||
|
Reference in New Issue
Block a user