mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-19 09:25:37 +00:00
Сorrection of spelling errors
This commit is contained in:
parent
e968275a20
commit
c2dfe595f1
@ -7,12 +7,12 @@ sleep 5
|
||||
rm -f /var/local/step/root_ca.crt
|
||||
rm -f /var/local/step/site.crt /var/local/step/site.key
|
||||
|
||||
# Donwload the root certificate
|
||||
# Download the root certificate
|
||||
step ca root /var/local/step/root_ca.crt
|
||||
|
||||
# Get token
|
||||
STEP_TOKEN=$(step ca token $COMMON_NAME)
|
||||
# Donwload the root certificate
|
||||
# Download the root certificate
|
||||
step ca certificate --token $STEP_TOKEN $COMMON_NAME /var/local/step/site.crt /var/local/step/site.key
|
||||
|
||||
exec "$@"
|
||||
exec "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user