BAD LICENSE Exception
The "ERROR-000" error occurs when the License Key provided to SecureDoc is invalid or null, and premium features are being used.
Recommended Resolution
IronSecureDoc_LicenseKey flag parameter is set in the docker run command when starting the container.Example of proper starting of the container:
Replace YOUR_LICENSE_KEY with your IronSecureDoc license key in the argument for IronSecureDoc_LicenseKey. If you do not have one yet, get a Free Trial License Key today.
IronSecureDoc_LicenseKey flag:
-e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEY-e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEYFull command:
docker run --name ironsecuredoc -p 8080:80 -e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEYdocker run --name ironsecuredoc -p 8080:80 -e IronSecureDoc_LicenseKey=YOUR_LICENSE_KEYFor the full setup guide, follow our Getting Started tutorial.



