Skip to content

Commit c2dfe59

Browse files
committedFeb 24, 2024
Сorrection of spelling errors
1 parent e968275 commit c2dfe59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎examples/docker/renewer/entrypoint.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ sleep 5
77
rm -f /var/local/step/root_ca.crt
88
rm -f /var/local/step/site.crt /var/local/step/site.key
99

10-
# Donwload the root certificate
10+
# Download the root certificate
1111
step ca root /var/local/step/root_ca.crt
1212

1313
# Get token
1414
STEP_TOKEN=$(step ca token $COMMON_NAME)
15-
# Donwload the root certificate
15+
# Download the root certificate
1616
step ca certificate --token $STEP_TOKEN $COMMON_NAME /var/local/step/site.crt /var/local/step/site.key
1717

18-
exec "$@"
18+
exec "$@"

0 commit comments

Comments
 (0)