Skip to content

Commit 702b11b

Browse files
committed
Improve wording
1 parent 14bc8a4 commit 702b11b

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates

1 file changed

+6
-6
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/manual-deployment.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,11 @@ To install a certificate for use in a Docker container:
437437

438438
4. Add the certificate to your Docker container:
439439

440-
<Tabs> <TabItem label="Dockerfile">
440+
<Tabs> <TabItem label="During build process">
441441

442-
To add the certificate during the build process:
442+
To add the certificate to your Dockerfile to install it during the build process:
443443

444-
1. Modify the Dockerfile. For example:
444+
1. Add the certificate install directions to your Dockerfile. For example:
445445

446446
```docker title="Red Hat-based images"
447447
FROM registry.access.redhat.com/ubi9/ubi:latest
@@ -496,11 +496,11 @@ To install a certificate for use in a Docker container:
496496

497497
</TabItem>
498498

499-
<TabItem label="Docker Compose">
499+
<TabItem label="During runtime">
500500

501-
To add the certificate during runtime:
501+
To add the certificate to your Docker Compose file to install it during runtime:
502502

503-
1. Add the certificate to your `docker-compose.yml` file. For example:
503+
1. Add the certificate install directions to your `docker-compose.yml` file. For example:
504504

505505
```diff lang="yaml" title="Red Hat-based images"
506506
version: '3'

0 commit comments

Comments
 (0)