pebri86 / verify-pdf

digital signature and emeterai certificate extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Verification

PDF Digital Signature and E-Meterai Certificate Extractor

How to build

prerequisite

  • install docker and docker-compose
  • install python3 and python3-pip, example on ubuntu
# sudo apt update && sudo apt install python3 python3-pip
  • install virtualenv and install dependencies
# pip3 install virtualenv
# python3 -m virtualenv venv
# source venv/bin/activate
# pip3 install -r requirements.txt

test run locally

# cp .env.example .env
# source 
# make setup
# make dev

build binary and docker image

  • run make
# make base-image -> this only need run once
# make image
  • confirm created image, there's should be image registry.perurica.co.id:443/keysign/verify-pdf with tag latest
# docker images
  • run docker image and verify it's running
# cd test
# docker-compose up -d
# docker ps

About

digital signature and emeterai certificate extractor


Languages

Language:Python 90.7%Language:Dockerfile 6.5%Language:Makefile 2.8%