From b7406f818d3be25ef3afeaad73b89e6f44603bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Jusevi=C4=8Dius?= Date: Fri, 16 Feb 2024 10:15:39 +0100 Subject: [PATCH] Improved "Setup" backlinks to "Get an account" --- linkeddatahub/docs/get-started/setup.ttl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linkeddatahub/docs/get-started/setup.ttl b/linkeddatahub/docs/get-started/setup.ttl index 2fb7930..727cbb6 100644 --- a/linkeddatahub/docs/get-started/setup.ttl +++ b/linkeddatahub/docs/get-started/setup.ttl @@ -62,7 +62,9 @@ OWNER_COUNTRY_NAME=DK
  • Setup SSL certificates/keys by running this from command line (replace $owner_cert_pwd and $secretary_cert_pwd with your own passwords):
    ./scripts/setup.sh .env ssl $owner_cert_pwd $secretary_cert_pwd 3650
    - The script will create an `ssl` sub-folder where the SSL certificates and/or public keys will be placed. + The script will create an ssl sub-folder where the SSL certificates and public keys will be placed.

    + In order to authenticate with LinkedDataHub as the owner, you will need to use the owner's + keystore (in the browser) or the public key (on the command line). See usage instructions.
  • Run this from command line:
    docker-compose up --build
    @@ -73,7 +75,6 @@ OWNER_COUNTRY_NAME=DK
  • -

    You are now the owner of this LinkedDataHub instance; certs/owner.p12 is your WebID certificate. Password is the OWNER_KEY_PASSWORD value.

    After a successful startup, the last line of the Docker log should read:

    linkeddatahub_1    | 02-Feb-2020 02:02:20.200 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 3420 ms