From ca9ca245ba7acf1174651b5f443d637ef934e38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=B6tt=C3=B6nen?= Date: Tue, 20 Aug 2024 14:06:57 +0300 Subject: [PATCH] Fix links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc08a0c..53c705d 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ There is a test server, that can be used as an example when developing signature The server can be used to sign certificates together with the card reader software. ### Prerequisites -1. Install the card reader software [https://dvv.fi/en/card-reader-software]() -1. Visit [https://localhost:53952/]() and accept non-trusted certificate. +1. Install the card reader software +1. Visit and accept non-trusted certificate. 1. Download root certificates of citizen certificates from DVV by running:\ `./download-dvv-trusted-certificates.sh` @@ -42,7 +42,7 @@ On macOS and on Windows (not tested):\ `docker run -p 443:443 caddy caddy reverse-proxy --from localhost:443 --to http://host.docker.internal:3000`\ On Linux (not tested):\ `docker run -p 443:443 caddy caddy reverse-proxy --from localhost:443 --to http://localhost:3000` -1. Access the server at [https://localhost](). Accept the self-signed certificate. +1. Access the server at . Accept the self-signed certificate. ## Publishing ### Snapshots