<https://docs.linkeddatahub.com/get-started/get-an-account/>
        a       <https://www.w3.org/ns/ldt/document-hierarchy#Item>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1>
                <https://docs.linkeddatahub.com/get-started/get-an-account/#content>;
        <http://purl.org/dc/terms/created>
                "2026-06-16T20:34:21.352Z"^^<http://www.w3.org/2001/XMLSchema#dateTime>;
        <http://purl.org/dc/terms/creator>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this>;
        <http://purl.org/dc/terms/description>
                "How to get login to LinkedDataHub";
        <http://purl.org/dc/terms/title>
                "Get an account";
        <http://rdfs.org/sioc/ns#has_container>
                <https://docs.linkeddatahub.com/get-started/>;
        <http://www.w3.org/ns/auth/acl#owner>
                <https://admin.linkeddatahub.com/acl/agents/0ab4a0f7-1ab0-4d0c-8efc-63a79a2e9a10/#this> .

<https://docs.linkeddatahub.com/uploads/cf383c52ac014823a2627b055cca06b21d8fe8b0>
        a       <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#FileDataObject>;
        <http://purl.org/dc/terms/format>
                <http://www.sparontologies.net/mediatype/image/png>;
        <http://purl.org/dc/terms/title>
                "signup.png";
        <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName>
                "signup.png";
        <http://xmlns.com/foaf/0.1/sha1>
                "cf383c52ac014823a2627b055cca06b21d8fe8b0" .

<https://docs.linkeddatahub.com/get-started/get-an-account/#content>
        a       <https://w3id.org/atomgraph/linkeddatahub#XHTML>;
        <http://www.w3.org/1999/02/22-rdf-syntax-ns#value>
                "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n    <p class=\"lead\">This guide describes how to login to LinkedDataHub.</p>\n    <div>\n        <div class=\"alert alert-info\">\n            <p>In order to authenticate as the <em>owner</em> of a LinkedDataHub instance, you need to use the WebID authentication method.</p>\n        </div>\n        <div class=\"tabbable\">\n          <ul class=\"nav nav-tabs\">\n            <li class=\"active\"><a>Get WebID</a></li>\n            <li><a>Login with Google</a></li>\n          </ul>\n          <div class=\"tab-content\">\n            <div class=\"tab-pane active\">\n                <div>\n                    <h2 id=\"get-cert\">Get certificate</h2>\n                    <p>LinkedDataHub uses WebID as the <a href=\"https://en.wikipedia.org/wiki/Single_sign-on\" target=\"_blank\">Single sign-on</a> (SSO)\n                        protocol for distributed applications, which is based on authentication using TLS client certficates. Using WebID, you will be able to authenticate with every LinkedDataHub application.\n                        <a href=\"http://webid.info\" target=\"_blank\">Read more about WebID</a>.</p>\n                    <p>There are two ways to get a LinkedDataHub WebID: setup and signup.</p>\n                    <div class=\"tabbable\">\n                      <ul class=\"nav nav-tabs\">\n                        <li class=\"active\"><a>Setup</a></li>\n                        <li><a>Signup</a></li>\n                      </ul>\n                      <div class=\"tab-content\">\n                        <div class=\"tab-pane active\">\n                            <p>Complete the <a href=\"../setup/\">setup</a> and run own an instance of LinkedDataHub.</p>\n                            <p>The <samp>ssl/owner/keystore.p12</samp> file is your WebID certificate. The password is the <samp>owner_cert_password</samp> Docker secret value.</p>\n                        </div>\n                        <div class=\"tab-pane\">\n                            <p>Sign up to an existing instance of LinkedDataHub. Click the <span class=\"btn btn-primary\">Sign up</span> button and fill out the form with your\n                                details to get a WebID, as shown below.</p>\n                            <p>\n                                <img alt=\"Signup\" src=\"../../uploads/cf383c52ac014823a2627b055cca06b21d8fe8b0\"></img>\n                            </p>\n                            <p>You will get an email with a <samp>.p12</samp> file attached, which is your WebID certificate. The certificate's password is the one you entered in the signup form.</p>\n                        </div>\n                      </div>\n                    </div>\n                    <p>You'll need a PEM version of the certificate for use with the <a href=\"../../reference/command-line-interface/\">command line interface</a> scripts. During setup, it is stored under\n                        <samp>ssl/owner/cert.pem</samp>. If you got the certificate by email, you need to <a href=\"https://stackoverflow.com/a/15144560/1003113\" target=\"_blank\">convert the PKCS12 file to PEM using OpenSSL</a>.</p>\n                    <div class=\"alert alert-info\">\n                        <p>Unlike most LinkedDataHub resources, your WebID profile will have <em>public access</em> as required by the protocol. Your email address will be hidden however.</p>\n                    </div>\n                </div>\n                <div>\n                    <h2 id=\"install-cert\">Install certificate</h2>\n                    <p>The final step is to install the client certificate into your web browser. It is done by importing the <samp>.p12</samp>\n                        file using the browser's certificate manager and providing the password that you supplied during signup. The\n                        manager dialog can be opened following the steps below, depending on which browser you use:</p>\n                    <dl>\n                        <dt>Google Chrome</dt>\n                        <dd><samp>Settings &gt; Advanced &gt; Manage Certificates &gt; Import...</samp></dd>\n                        <dt>Mozilla Firefox</dt>\n                        <dd><samp>Options &gt; Privacy &amp; Security &gt; View Certificates... &gt; Import...</samp></dd>\n                        <dt>Apple Safari</dt>\n                        <dd>The file is installed directly into the operating system. Open the file and import it using the\n                            <a href=\"https://support.apple.com/guide/keychain-access/what-is-keychain-access-kyca1083/mac\" target=\"_blank\">Keychain Access</a>\n                            tool. Drag the <samp>.p12</samp> file to the <samp>login</samp> section.</dd>\n                        <dt>Microsoft Edge</dt>\n                        <dd>Does not support certificate management, you need to install the file into Windows.\n                            <a href=\"https://social.technet.microsoft.com/Forums/en-US/18301fff-0467-4e41-8dee-4e44823ed5bf/microsoft-edge-browser-and-ssl-certificates?forum=win10itprogeneral\" target=\"_blank\">Read more here</a>.</dd>\n                    </dl>\n                    <p>You need to install the certificate on all devices/browsers that you are using to access LinkedDataHub.</p>\n                </div>\n                <div>\n                    <h2 id=\"log-in\">Log in</h2>\n                    <p>Open the URL of the LinkedDataHub instance in the web browser (that you installed the WebID certificate into). Using a local setup, it runs on <a href=\"https://localhost:4443/\" target=\"_blank\">https://localhost:4443/</a> by default. </p>\n                    <p>With the certificate installed, there is no login procedure — you are automatically <em>authenticated</em> on all\n                        LinkedDataHub applications. This is known as Single sign-on (SSO).</p>\n                    <p>Applications can provide public access to some or all documents, meaning you can freely browse their public resources\n                        and perform actions that are allowed for public access. In order to access protected (non-public) resources, as well\n                        as to access administration application, users have to be authenticated as well <em>authorized</em> (authorizations\n                        can be <a href=\"../../reference/administration/acl/#auth-requests\">requested</a>).</p>\n                    <div class=\"alert alert-info\">\n                        <p>Authenticated agents <em>are not guaranteed to have access</em> to all resources. Different access levels for\n                            different agents can be specified by the application administrators.</p>\n                    </div>\n                </div>\n             </div>\n             <div class=\"tab-pane\">\n                <p>Click the <span class=\"btn btn-primary\">Login with Google</span> button in the navbar to authenticate with your Google account.</p>\n                <p>If the email address of your Google account matches the dataspace owner's email address that was specified during <a href=\"../setup/\">setup</a>, you will be authenticated as the owner with <a href=\"../../reference/administration/acl/\">full control</a> access rights.</p>\n                <div class=\"alert alert-info\">\n                    <p>Login with Google is only enabled if LinkedDataHub was <a href=\"../../reference/configuration/#social-login\">configured with social login</a>.</p>\n                </div>\n             </div>\n          </div>\n        </div>\n    </div>\n    <p class=\"lead\">Are you in? Then continue the <a href=\"..\">get started guide</a> or take a look at the <a href=\"../../reference/user-interface/\">UI overview</a>.</p>\n</div>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .
