Skip to content

Commit

Permalink
Fix links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
solita-antti-mottonen committed Aug 20, 2024
1 parent 64730c8 commit ca9ca24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://dvv.fi/en/card-reader-software>
1. Visit <https://localhost:53952/> and accept non-trusted certificate.
1. Download root certificates of citizen certificates from DVV by running:\
`./download-dvv-trusted-certificates.sh`

Expand All @@ -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 <https://localhost>. Accept the self-signed certificate.

## Publishing
### Snapshots
Expand Down

0 comments on commit ca9ca24

Please sign in to comment.