@@ -92,25 +92,27 @@ with and between the servers of an ArangoGraph deployment is encrypted using the
92
92
TLS protocol.
93
93
94
94
Each ArangoGraph deployment is accessible on two different port numbers:
95
- - default port ( 8529)
96
- - high port ( 18529)
95
+ - default port ` 8529 `
96
+ - high port ` 18529 `
97
97
98
- Each ArangoGraph Notebook is accessible on the following port number:
99
- - default port (8840)
98
+ Each ArangoGraph Notebook is accessible on two different port numbers:
99
+ - default port ` 8840 `
100
+ - high port ` 18840 `
100
101
101
- Metrics are accessible on the following port number:
102
- - default port (8829)
102
+ Metrics are accessible on two different port numbers:
103
+ - default port ` 8829 `
104
+ - high port ` 18829 `
103
105
104
106
The distinction between these port numbers is in the certificate used for the
105
107
TLS connection.
106
108
107
- On the default port (8529) , a ** well known X509 certificate** created by
109
+ On the default ports , a ** well known X509 certificate** created by
108
110
[ Let's Encrypt] ( https://letsencrypt.org/ ) {: target ="_ blank"} is being used. This
109
111
certificate has a lifetime of 5 years and is rotated automatically. It is
110
112
recommended to use Well known certificates, as this eases the access of a
111
113
deployment in your browser.
112
114
113
- On the high port (18529) , a ** self-signed X509 certificate** is being used. This
115
+ On the high ports , a ** self-signed X509 certificate** is being used. This
114
116
certificate has a lifetime of one year and it is automatically created by the
115
117
ArangoGraph platform. It is also rotated automatically before the expiration
116
118
date.
@@ -123,7 +125,7 @@ self-signed certificate.
123
125
124
126
When using [ private endpoints] ( deployments.html#how-to-create-a-private-endpoint-deployment ) ,
125
127
[ notebooks] ( notebooks.html ) , and [ metrics] ( monitoring-metrics.html ) , you can specify
126
- alternate domain names which are added to the self-signed certificate
128
+ alternate domain names which are added only to the self-signed certificate
127
129
as Subject Alternative Name (SAN).
128
130
129
131
The Subject Alternative Name (SAN) is an extension to the X. 509 specification
0 commit comments