SetCrlFile
Sets the CRL file.
Prototype
uint32_t SetCrlFile(const char *crl);
Parameters
Parameter |
Type |
Required (Yes/No) |
Description |
|---|---|---|---|
crl |
const char* |
Yes |
Path to the CRL file (in PEM format). |
Return Values
Return Value |
Description |
|---|---|
0 |
Success |
Non-zero |
Failure. The file does not exist or the format is incorrect. |
Parent topic: Certificate Configuration APIs