access: Administrators, Managers
Allows you to use site SSL certificates in the Service Processor environment. This command allows you to replace the Server Certificate in the SP Value-Add image with your own internally-generated certificate and to restore the factory settings.
sp set ssl [-f]
sp set ssl {-c | --certfile} <FULL PATH OF THE SERVER CERTIFICATE FILE>
{-k | --keyfile} <FULL PATH OF PRIVATE KEY FILE>
| Argument | Description |
|---|---|
| [-f] | Restores factory settings. |
| {-c | --certfile} | Flags the names of the files to be installed. |
| {-k | --keyfile} | Flags the names of the files to be installed. |
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. |
| NWSE_NoMemory | 8 | Insufficient memory. |
| NWSE_FileError | 18 | Could not erase or write to flash or read the image file. |
| NWSE_ServiceNotAvailable | 24 | Requested service is not available. |