We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e099c8 commit ef09be8Copy full SHA for ef09be8
versioned_docs/version-2.0.0/running-keploy/docker-tls.md
@@ -27,8 +27,8 @@ keywords:
27
28
```dockerfile
29
# Download the ca.crt file
30
- RUN curl -o ca.crt https://raw.githubusercontent.com/keploy/keploy/main/pkg/core/proxy/asset/ca.crt
31
- 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
32
# Give execute permission to the setup_ca.sh script
33
RUN chmod +x setup_ca.sh
34
0 commit comments