LokDon ECSMID V 1.0.0 is a next generation Cybersecurity and privacy control foundation software packaged as a robust, fast, low-cost, security module as a software service using patented keyless and platform-agnostic authentication to protection information.
Prerequisites
DOCKER
To proceed with this quick start guide, please make sure your Operating system (OS) has Docker available or installed. You can easily set that up by following the Docker website
VALID LOKDON API KEY
A valid Lokdon API KEY is required for Authentication. Please, do well to visit the lokdon official website to get an Enterprise or Developer License
INSTALLATION
Installation of the image is fairly straightforward, Navigate to your system terminal or destination server and follow the instructions below to get it all set up
RUN THE DOCKER IMAGE IN DISPATCH SPECIFYING CUSTOM PORT
docker run -p 8000:8000 docker.io/lkdn2022/lokdonecsmidv1sdk:latest
Please note that if you have another app running on port 8000, you can run the docker on a different port like this
docker run -p <your-host-port>:8000 docker.io/lkdn2022/lokdonecsmidv1sdk:latest
INTEGRATION (REST)
LokDon ECSMID V 1.0.0 Image runs as a background service (Daemon) on the port you specified when running the docker image.
AUTHENTICATION
The Image requires an authentication token that is provided with your LokDon enterprise license. The authentication header should be sent as a Bearer Token on each REST API request.