From 73e8a6da398142515ec20303314134cab0fadc1b Mon Sep 17 00:00:00 2001 From: gstammw Date: Fri, 16 Aug 2019 10:26:48 +0200 Subject: [PATCH] Updated Enabling U2F authentication (markdown) --- Enabling-U2F-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-U2F-authentication.md b/Enabling-U2F-authentication.md index ab831cb..aa13fbd 100644 --- a/Enabling-U2F-authentication.md +++ b/Enabling-U2F-authentication.md @@ -13,4 +13,4 @@ docker run -d --name bitwarden \ Note that the value has to include the `https://` and it may include a port at the end (in the format of `https://bw.domain.tld:port`) when not using `443`. -One must also modify the url from the default-value of "https://vault.bitwarden.com" to the self-hosted-url in the file /web-vault/app-id.json inside the docker container, e.g. using `sed -i -e 's/vault.bitwarden.com/bitwarden.yourhost.com/g' /web-vault/app-id.json`. \ No newline at end of file +One must also modify the url contained in the file /web-vault/app-id.json inside the docker container from the default-value of "https://vault.bitwarden.com" to the self-hosted-url, e.g. using `sed -i -e 's/vault.bitwarden.com/bitwarden.yourhost.com/g' /web-vault/app-id.json`. \ No newline at end of file