diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e2953702..51aed2b3f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog Fab-manager
- Fix a bug: a sentence was not linked to a translation key
+- Updated environment documentation
## v5.3.5 2022 March 02
diff --git a/doc/environment.md b/doc/environment.md
index 33bdf5030..d1dc87088 100644
--- a/doc/environment.md
+++ b/doc/environment.md
@@ -278,13 +278,16 @@ Set this variable to `https://openprojects.fab-manager.com` if you want to use t
Typically, `DEFAULT_PROTOCOL` will be `https` (`http` if you are in development, or if you set `ALLOW_INSECURE_HTTP`).
The variable `DEFAULT_HOST` should be your domain name (eg. fabmanager.example.com), and is also used for visits statistics (configuration of Google Analytics).
These two variables are also used for SSO authentication.
-
- OPENLAB_SSL_VERIFY, OPENLAB_SSL_VERIFY_PEER
+ OPENLAB_SSL_VERIFY
-Set this variable to `false` if you want to disable verify ssl certs.
+Set this variable to `false` if you do not want to verify the OpenLab's server's certificate against the CA certificate.
+
+ OPENLAB_SSL_VERIFY_PEER
+
+Set this variable to `false` if you want to turn off the OpenLab's server's verification but still send client certificate.
## Other settings