1
0
Fork 0
hscloud/bgpwtf/cccampix/octorpki/entrypoint.sh

8 lines
102 B
Bash

#!/bin/sh
set -e
cd /octorpki
./octorpki -cache /cache/ -output.sign=false -output.wait=false "$@"