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
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -645,17 +645,21 @@ To activate these changes the Filebeat service must be restarted.
645
645
646
646
_If you are using an existing Elasticsearch cluster, you have to provide the required CA to the solution to allow certificate validation._
647
647
648
-
The project is shipped with long running certificates/keys that should help you to get started with the solution. For a production environment these certificates and keys should be replaced with custom certificates.
648
+
The project is shipped with sample long running certificates/keys that should help you to get started with the solution. For a production environment these certificates and keys should be replaced with custom certificates, as the sample certificates & key are public available on GitHub.
649
649
650
650
After you have created the corresponding certificates and keys based on your CA, you must save them in the folder: `certificates`.
651
651
Afterwards these certificates must be configured in the `.env` file.
Certificates in this folder will be made available to the Docker-Containers by a mount
2
-
and configured in the .env file.
3
-
If you would to use your own certificates and keys, place them in this directory and
4
-
adjust the .env file accordingly.
5
-
It's important that you are using different filenames, as the original files will be
1
+
# Sample certificates for testing only
2
+
3
+
The sample certificates in this folder will be automatically made available to the Docker-Containers by a mount and are pre-configured in the .env file.
4
+
:point_right: It's stringly recommended that you use your own certificates and keys as the __certificates & keys are public on GitHub__.
5
+
6
+
Place you own certificates and keys in this directory and adjust the .env file accordingly. It's important that you are using different filenames, as the original files will be
0 commit comments