Quick Setup

Pre-Requisites

System Requirements:

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.

  1. Download and install Docker Window.

  2. 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.

    docker version

Below is the screenshot for reference:

  1. 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.

  1. Load the esign docker image.

  2. 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:

docker load < [esign_image].tar.gz
Example:docker load < esign_1.1.40.tar.gz
  1. Update the docker compose yaml file with respective properties to the client and the environment. The yaml file will be shared by UAE PASS onboarding team.

  2. 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.70"

Note: Docker compose file and esign image should be in the same folder/location on the local machine.

  1. Navigate to the location of esign and docker compose file and run the below command in step 9.

  2. Use below command to run docker image with attached log mode. Below is the screenshot for reference:

docker-compose [DOCKER_COMPOSE_FILE] up 
Example: docker-compose up
  1. Use below command to run docker image with detached log mode.

docker-compose -d  < [DOCKER_COMPOSE_FILE] up
Example: docker-compose up -d
  1. Run below command to stop docker esign service.

docker-compose down

Last updated