Skip to content

Commit ea051e2

Browse files
authored
[ZT] Change ProgramData to the upper case
`%ProgramData%` path does not work for the device posture as the file check. Can you change it to `%PROGRAMDATA%` so that we can use it for the device posture as the file check?
1 parent a782956 commit ea051e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To access the installed certificate in Windows:
8282
2. Enter `certlm.msc`.
8383
3. Go to **Trusted Root Certification Authority** > **Certificates**. The default Cloudflare certificate name is **Gateway CA - Cloudflare Managed G1**.
8484

85-
The WARP client will also place the certificate in `%ProgramData%\Cloudflare\installed_cert.pem` for reference by scripts or tools.
85+
The WARP client will also place the certificate in `%PROGRAMDATA%\Cloudflare\installed_cert.pem` for reference by scripts or tools.
8686

8787
### Linux
8888

0 commit comments

Comments
 (0)