Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
caosdb
Software
CaosDB Docker
Commits
38670907
Commit
38670907
authored
Oct 19, 2022
by
Henrik tom Wörden
Browse files
DOC: add a hint how to provide a readable certificate
parent
c2a6cb1c
Pipeline
#29448
failed with stages
in 25 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README_SETUP.md
View file @
38670907
...
...
@@ -5,7 +5,7 @@ We use docker and docker-compose to deploy CaosDB:
-
Docker >= 18.02
-
docker-compose >= 1.21
On
a
Debian system, you can install the requirements with:
On Debian
based
system
s
, you can install the requirements with:
```
sh
sudo
apt-get
install
docker.io docker-compose
...
...
@@ -91,6 +91,8 @@ one with `openssl rsa -in oldKey.pem -out newKey.key`. If you want to use a
certificate with a passphrase instead, please refer to envoy's documentation as
to how to configure this correctly.
Make sure that envoy can read the certificate. You can set the UID for envoy in
the environment section of the envoy service in
`docker-compose.yml`
.
## Configuration
...
...
compose/docker-compose.yml
View file @
38670907
...
...
@@ -51,6 +51,8 @@ services:
envoy
:
image
:
envoyproxy/envoy:v1.21-latest
# environment:
# ENVOY_UID: 987
volumes
:
-
type
:
bind
read_only
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment