Skip to content

Commit

Permalink
Fixed Docker tls assets download command (#472)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <10041968+varun-2108@users.noreply.github.com>
Co-authored-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
  • Loading branch information
varun-2108 and Sonichigo authored Oct 28, 2024
1 parent 7e099c8 commit ef09be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-2.0.0/running-keploy/docker-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ keywords:

```dockerfile
# Download the ca.crt file
RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/proxy/asset/ca.crt
RUN curl -o setup_ca.sh https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/proxy/asset/setup_ca.sh
RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/refs/heads/main/pkg/core/proxy/tls/asset/ca.crt
RUN curl -o setup_ca.sh https://raw.githubusercontent.com/keploy/keploy/refs/heads/main/pkg/core/proxy/tls/asset/setup_ca.sh
# Give execute permission to the setup_ca.sh script
RUN chmod +x setup_ca.sh

Expand Down

0 comments on commit ef09be8

Please sign in to comment.