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
Some applications require a certificate formatted in the `.cer` file type. You can convert your downloaded certificate using [OpenSSL](https://www.openssl.org/):
2.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
@@ -86,9 +87,9 @@ Some applications require a certificate formatted in the `.cer` file type. You c
86
87
openssl x509 -inform PEM -in ~/Downloads/certificate.pem -outform DER -out ~/Downloads/certificate.cer
87
88
```
88
89
89
-
</Details>
90
+
</TabItem>
90
91
91
-
<Detailsheader="Windows">
92
+
<TabItemlabel="Windows"icon="seti:windows">
92
93
93
94
1.[Install OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html).
94
95
2.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
@@ -97,7 +98,8 @@ Some applications require a certificate formatted in the `.cer` file type. You c
97
98
openssl x509 -inform PEM -in "$HOME\Downloads\certificate.pem" -outform DER -out "$HOME\Downloads\certificate.cer"
98
99
```
99
100
100
-
</Details>
101
+
</TabItem>
102
+
</Tabs>
101
103
102
104
## Add the certificate to operating systems
103
105
@@ -114,7 +116,6 @@ In macOS, you can choose the keychain in which you want to install the certifica
114
116
To install a Cloudflare certificate in macOS, you can use either the Keychain Access application or a terminal. Both methods require you to [download a certificate](#download-the-cloudflare-root-certificate) in `.crt` format.
115
117
116
118
<Tabs>
117
-
118
119
<TabItemlabel="Keychain Access">
119
120
120
121
1. Download a Cloudflare certificate.
@@ -148,7 +149,6 @@ echo | sudo tee -a /etc/ssl/cert.pem < Cloudflare_CA.pem
148
149
The root certificate is now installed and ready to be used.
149
150
150
151
</TabItem>
151
-
152
152
</Tabs>
153
153
154
154
:::note[Change certificate access scope]
@@ -525,7 +525,8 @@ If you use Kaniko with Google Cloud SDK, you must install a Cloudflare certifica
525
525
526
526
To trust the Cloudflare root certificate in the Google Drive desktop application, follow the procedure for your operating system. These steps require you to [download the .pem certificate](#download-the-cloudflare-root-certificate).
527
527
528
-
<Detailsheader="macOS">
528
+
<Tabs>
529
+
<TabItemlabel="macOS"icon="apple">
529
530
530
531
1. In the Finder menu bar, go to **Go** > **Go to Folder**. Enter `/Applications/Google Drive.app/Contents/Resources`.
531
532
@@ -549,9 +550,9 @@ You can verify the update with the following command.
For more information on adding certificates to Eclipse with `keytool`, refer to [IBM's documentation](https://www.ibm.com/docs/en/ram/7.5.4?topic=client-adding-server-public-certificate-eclipse).
673
677
674
678
### RubyGems
675
679
676
680
To trust the Cloudflare root certificate in RubyGems, follow the procedure for your operating system. These steps require you to [download a `.pem` certificate](#download-the-cloudflare-root-certificate).
677
681
678
-
<Detailsheader="macOS and Linux">
682
+
<Tabs>
683
+
<TabItemlabel="macOS and Linux"icon="seti:shell">
679
684
680
685
1. Install [OpenSSL](https://www.openssl.org/).
681
686
@@ -699,9 +704,9 @@ To trust the Cloudflare root certificate in RubyGems, follow the procedure for y
699
704
700
705
5. Restart RubyGems.
701
706
702
-
</Details>
707
+
</TabItem>
703
708
704
-
<Detailsheader="Windows">
709
+
<TabItemlabel="Windows"icon="seti:windows">
705
710
706
711
1. Install [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html).
707
712
@@ -725,7 +730,8 @@ To trust the Cloudflare root certificate in RubyGems, follow the procedure for y
0 commit comments