#include <nitroWiFi/cps.h>
void CPS_SetMyCert(CPSCertificate *c, CPSPrivateKey *k);
c |
Server certificate |
k |
Private key information |
None.
Sets own server certificate and private key information. For this information, only the pointers are saved. So, they must be kept in memory the entire time.
Does not block.
10/21/2005 Initial version.