# Run "octorpki -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 sign the output:
OCTORPKI_ARGS=-http.addr=:9880 -output.sign=false

# To enable signing the output use instead something like:
#OCTORPKI_ARGS=-http.addr=:9880 -output.sign.key=/etc/octorpki/private.pem

