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: cloud/cloud-security.mdx
+28-31Lines changed: 28 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,31 +15,28 @@ import LanguageContent from "@site/src/components/LanguageContent";
15
15
# Cloud: Security
16
16
<Admonitiontype="note"title="">
17
17
18
-
RavenDB cloud products use several layers of security.
18
+
*RavenDB Cloud* products use several layers of security. All instances are encrypted using *HTTPS* and *TLS* protocol version *1.2* or *1.3*. Servers and client applications authenticate each other using *X.509* certificates.
19
19
20
-
* All instances are encrypted using HTTPS and TLS protocol version 1.2 or 1.3.
21
-
22
-
* Servers and client applications authenticate each other using X.509 certificates.
23
-
<Admonitiontype="info"title="">
24
-
Note that a RavenDB cloud product **comes with an initial client certificate**.
25
-
You need this certificate in order to access your RavenDB instances.
26
-
</Admonition>
27
-
28
-
* You can choose [which IP addresses](../cloud/portal/cloud-portal-products-tab.mdx#manage-product-the-security-tab) your server can be contacted by.
29
-
30
-
* Your [mandatory backup](../cloud/cloud-backup-and-restore.mdx#the-mandatory-backup-routine) routines produce encrypted backup files.
31
-
32
-
* In this page:
33
-
*[Using The Initial Client Certificate](cloud-security#using-the-initial-client-certificate)
If you're using Chrome on Windows, you will now be able to access your *RavenDB Cloud* instance. You may need to restart your browser.
54
+
In other cases (e.g. if you're using Firefox) you will have to import the certificate to your browser manually.
55
+
56
+

57
+
58
+
Once the certificate is imported, please make sure your IP address is on the [allowed IPs list](#managing-allowed-ips) and then click your cloud instance's URL.
59
+
Your browser will prompt you to select a certificate. When you select the client certificate, your product's
60
+
[management studio](../7.1/studio/overview) will launch.
61
+
62
+
## Managing allowed IPs
63
+
56
64
To access your product your IP address must be added to the `Allowed IPs` list.
57
65
Allowed IPs entries are [CIDR ranges](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
58
66
that define networks from which the connection is allowed.
@@ -61,7 +69,7 @@ that define networks from which the connection is allowed.
61
69
or IP ranges.
62
70
- Be aware that you will not be able to access your instance from locations that are not specified in the allowed IPs
63
71
list.
64
-
- You can **edit the list at any time** through the Portal.
72
+
- You can **edit the list at any time** through the Cloud Portal.
65
73
- Regardless of the allowed IPs setting, your RavenDB Cloud **instances will always require authentication** using X.509
66
74
certificates for access. The allowed IPs list serves as an additional layer of security, but isn't the only one.
67
75
@@ -79,18 +87,7 @@ If addresses in your list overlap, an error is going to be displayed upon produc
79
87
Cross-instance communication **inside the cluster** is **not** subject to these restrictions.
80
88
</Admonition>
81
89
82
-
If you're using Chrome on Windows, you will now be able to access your RavenDB cloud instance. You may need to restart your browser.
83
-
In other cases (e.g. if you're using Firefox) you will have to import the certificate to your browser manually.
84
-
85
-

86
-
87
-
Once the certificate is imported, click your cloud instance's URL.
88
-
Your browser will prompt you to select a certificate. When you select the client certificate, your product's
89
-
[management studio](../7.1/studio/overview) will launch.
90
-
91
-
92
-
93
-
## Using Additional Certificates
90
+
## Using additional certificates
94
91
95
92
Your initial [operator-level](../7.1/server/security/authorization/security-clearance-and-permissions#operator)
96
93
certificate allows you to perform operations like creating and deleting databases, managing access to the cluster, and inspecting the cluster's state.
0 commit comments