# Run "gortr -h" to see the available command line options and their
# defaults.
#
# Other useful resources are https://github.com/cloudflare/gortr and
# https://github.com/cloudflare/cfrpki .

# By default do not verify the input:
GORTR_ARGS=-bind :323 -verify=false -cache http://localhost:9880/output.json

# To enable verifying the input use instead something like:
#GORTR_ARGS=-bind :323 -verify.key=/etc/octorpki/public.pem -cache http://localhost:8080/output.json

