Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 19cb0ab

Browse files
authored
add higher ports for metrics and notebooks (#1288)
1 parent b76e0b8 commit 19cb0ab

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

arangograph/projects.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -92,25 +92,27 @@ with and between the servers of an ArangoGraph deployment is encrypted using the
9292
TLS protocol.
9393

9494
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`
9797

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`
100101

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`
103105

104106
The distinction between these port numbers is in the certificate used for the
105107
TLS connection.
106108

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
108110
[Let's Encrypt](https://letsencrypt.org/){:target="_blank"} is being used. This
109111
certificate has a lifetime of 5 years and is rotated automatically. It is
110112
recommended to use Well known certificates, as this eases the access of a
111113
deployment in your browser.
112114

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
114116
certificate has a lifetime of one year and it is automatically created by the
115117
ArangoGraph platform. It is also rotated automatically before the expiration
116118
date.
@@ -123,7 +125,7 @@ self-signed certificate.
123125

124126
When using [private endpoints](deployments.html#how-to-create-a-private-endpoint-deployment),
125127
[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
127129
as Subject Alternative Name (SAN).
128130

129131
The Subject Alternative Name (SAN) is an extension to the X. 509 specification

0 commit comments

Comments
 (0)