pdftoolsag/license-gateway

By pdftoolsag

Updated 20 days ago

Licensing Gateway Service, allows usage of Pdftools products within private/firewalled networks.

Image
Networking
Integration & delivery
Developer tools
0

5.7K

pdftoolsag/license-gateway repository overview

Pdftools Licensing Gateway Service

This docker image allow you to connect to Pdftools Licensing services via a centralized proxy, so all of your deployments of Pdftools technology and products can talk to licensing services via single connection point.

This services also allows you to cache your license grant to provide higher level of availability in case of network issues. It is also required for full-offline use.

For more information, please see the licensing documentation

Tags

  • 1, 1.2, latest (current)
    • docker pull pdftoolsag/license-gateway

How to Use the Image

Using Docker run

docker run -p 9999:9999 \
    -e LICENSE_KEYS="YOUR_LICENSE_KEY" \
    pdftoolsag/license-gateway:latest

Using Docker Compose

services:
  license-gateway:
    image: pdftoolsag/license-gateway:latest
    ports:
      - "9999:9999"
    environment:
      - LICENSE_KEYS=YOUR_LICENSE_KEY

License

License Gateway Service is property of PDF Tools AG and provided to Pdftools customers free of charge.

For usage of this service you will need a license key that can be obtained on via our website: www.pdf-tools.com

Tag summary

Content type

Image

Digest

sha256:8a58d5412

Size

193.5 MB

Last updated

20 days ago

docker pull pdftoolsag/license-gateway