certificates/autocert/bootstrapper/bootstrapper.sh
2019-01-17 16:07:27 -08:00

7 lines
151 B
Bash

#!/bin/sh
# Download the root certificate and set permissions
step ca certificate $COMMON_NAME $CRT $KEY
chmod 644 $CRT $KEY
step ca root $STEP_ROOT