mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-05 15:18:57 +01:00
Added some formating and link
This commit is contained in:
parent
404fe5321e
commit
00019dc356
1 changed files with 3 additions and 2 deletions
|
@ -177,9 +177,10 @@ docker run -d --name bitwarden \
|
|||
Note that you need to mount ssl files and you need to forward appropriate port.
|
||||
|
||||
Softwares used for getting certs are often using symlinks. If that is the case, both locations need to be accessible to the docker container.
|
||||
Example: certbot will create a folder that contains the needed cert.pem and privacy.pem files in /etc/letsencrypt/live/mydomain/
|
||||
|
||||
These files are symlinked to ../../archive/mydomain/mykey.pem
|
||||
Example: [certbot](https://certbot.eff.org/) will create a folder that contains the needed `cert.pem` and `privacy.pem` files in `/etc/letsencrypt/live/mydomain/`
|
||||
|
||||
These files are symlinked to `../../archive/mydomain/mykey.pem`
|
||||
|
||||
So to use from bitwarden container:
|
||||
|
||||
|
|
Loading…
Reference in a new issue