Skip to content

Commit

Permalink
Сorrection of spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton committed Feb 24, 2024
1 parent e968275 commit c2dfe59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/docker/renewer/entrypoint.sh
Expand Up @@ -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 "$@"

0 comments on commit c2dfe59

Please sign in to comment.