aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiroslav Prasil <[email protected]>2018-09-16 12:36:08 +0100
committerMiroslav Prasil <[email protected]>2018-09-16 12:36:08 +0100
commit00019dc356972df93e54d5c375d33fbfc1616def (patch)
tree65ecebc274285edf78cdb233327cf558c65b7151 /README.md
parent404fe5321eaf6ea5f0f040604796f1ceb9fd70f0 (diff)
downloadvaultwarden-00019dc356972df93e54d5c375d33fbfc1616def.tar.gz
vaultwarden-00019dc356972df93e54d5c375d33fbfc1616def.zip
Added some formating and link
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index df5f8345..faeb4477 100644
--- a/README.md
+++ b/README.md
@@ -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: