license-gateway
Licensing Gateway Service, allows usage of Pdftools products within private/firewalled networks.
5.7K
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
1, 1.2, latest (current)
docker pull pdftoolsag/license-gatewaydocker run -p 9999:9999 \
-e LICENSE_KEYS="YOUR_LICENSE_KEY" \
pdftoolsag/license-gateway:latest
services:
license-gateway:
image: pdftoolsag/license-gateway:latest
ports:
- "9999:9999"
environment:
- LICENSE_KEYS=YOUR_LICENSE_KEY
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
Content type
Image
Digest
sha256:8a58d5412…
Size
193.5 MB
Last updated
20 days ago
docker pull pdftoolsag/license-gateway