Quick Setup
Pre-Requisites
System Requirements:
OS 64-bit arch-type (Current images will support only in Linux containers).
Docker container runtime (https://docs.docker.com/engine/install/)
Service requirements (Below are configurable):
Minimum memory 512 megabytes.
Business requirements:
A user who wants to use this service should have Qualified-level signature. Otherwise, the user will not be able to reach the step of signing a document.
Document count for one batch operation should be no more than 10.
Maximum size for a single document should be no more than 10 MB.
Maximum validity of a signed document is limited to 3 years.
Running service instructions
Follow the below instruction to run the esign docker image.
Download and install Docker Window.
Verify the docker running using below steps.
Open command/terminal application based on windows, Linux, macOS based system.
Run this command to verify if docker installed and started.
Below is the screenshot for reference:
Download the provided zip folder and unzip it. Below is the screenshot for reference:
For Staging and Production environments, Service provider needs to request for Zip file from UAEPASS Onboarding team. The version of the image will be subjected to change.
Update the docker-compose.yaml file with required properties and save the file. The .yaml file will be shared by UAE PASS team.
Update image parameter in the docker compose yaml file. Image will be shared by UAE PASS operations team in case of any changes.
image: "ddtr.dubai.gov.ae/uaepass/esign:1.1.120"
Load the esign docker image.
Open command/terminal window and navigate to the esign image downloaded location. Run below command to load esign docker image. Below is the screenshot for reference:
Note: Docker compose file and esign image should be in the same folder/location on the local machine.
Navigate to the location of esign and docker compose file and run the below command in step 9.
Use below command to run docker image with attached log mode. Below is the screenshot for reference:
Use below command to run docker image with detached log mode.
Run below command to stop docker esign service.
Last updated