smallstep-certificates/autocert/bootstrapper/bootstrapper.sh

8 lines
151 B
Bash
Raw Normal View History

2019-01-18 00:07:27 +00:00
#!/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