You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx
+47-37Lines changed: 47 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -435,57 +435,67 @@ To install a certificate for use in a Docker container:
435
435
└── certificate.pem
436
436
```
437
437
438
-
4. Add the certificate to the Docker build process. For example:
438
+
4. Add the certificate to your Docker container:
439
439
440
-
```docker title="Red Hat-based images"
441
-
FROM registry.access.redhat.com/ubi9/ubi:latest
442
-
# Or use: FROM centos:7 or FROM fedora:38
440
+
<Tabs> <TabItemlabel="Dockerfile">
443
441
444
-
# Install necessary certificates package
445
-
RUN dnf install -y ca-certificates
442
+
1. Add the certificate to the Docker build process. For example:
0 commit comments