This HTML5 document contains 34 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n8http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n12http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n15http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSPkiSetup/sioc.
oplhttp://www.openlinksw.com/schema/attribution#
n6http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n16http://ods.openlinksw.com/dataspace/person/owiki#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
Subject Item
n8:this
foaf:made
n2:ODSPkiSetup
Subject Item
n6:this
sioc:creator_of
n2:ODSPkiSetup
Subject Item
n2:ODSWebIDIdpProxy
sioc:links_to
n2:ODSPkiSetup
Subject Item
n12:ODS
sioc:container_of
n2:ODSPkiSetup
atom:entry
n2:ODSPkiSetup
atom:contains
n2:ODSPkiSetup
Subject Item
n2:ODSAddressBookWebIDACLShareContact
sioc:links_to
n2:ODSPkiSetup
Subject Item
n2:ODSBookmarksWebIDACLShareBookmark
sioc:links_to
n2:ODSPkiSetup
Subject Item
n2:ODSCalendarWebIDACLShareEvent
sioc:links_to
n2:ODSPkiSetup
Subject Item
n2:ODSCalendarWebIDACLShareTask
sioc:links_to
n2:ODSPkiSetup
Subject Item
n13:this
sioc:creator_of
n2:ODSPkiSetup
Subject Item
n2:ODSPkiSetup
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:02:22.349501
dcterms:modified
2018-04-05T16:33:24.415800
rdfs:label
ODSPkiSetup
foaf:maker
n8:this n16:this
dc:title
ODSPkiSetup
opl:isDescribedUsing
n15:rdf
sioc:has_creator
n6:this n13:this
sioc:content
---+ Certificate Authority and Issuer Setup Guide The following step-by-step guide walks you through the processing of configuring your ODS instance for issuing CA-Authority notarized X.509 certificates for ODS instance users. ---++ Certificate Authority Setup 1 Install the [[https://virtuoso.openlinksw.com/download/][ODS Framework]] and [[https://virtuoso.openlinksw.com/download/][Virtuoso Conductor]] VAD packages. 1 [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSetupSSLVirtuoso][Bind your Virtuoso HTTPS Listener]] to host a CA-Authority certificate. ---++ ODS Endpoint Configuration <i><b>Note:</b> If the <code><nop>DefaultHost</code> setting value in the Virtuoso INI file is changed, the ODS VAD package must be re-installed before the steps below will succeed.</i> 1 Go to *Conductor* -&gt; *System Admin* -&gt; *Security* -&gt; *Public Key Infrastructure* -&gt; *Configure HTTPS Listeners*. %BR%%BR%<img src="%ATTACHURLPATH%/Picture08.png" />%BR%%BR% 1 Click *Configure ODS Endpoints* %BR%%BR%<img src="%ATTACHURLPATH%/Picture09.png" />%BR%%BR% 1 Click *Create New Endpoint* 1 Enter the home path for ODS, and save: %BR%%BR%<img src="%ATTACHURLPATH%/Picture10.png" />%BR%%BR% 1 The new endpoint should now appear in the Endpoints list: %BR%%BR%<img src="%ATTACHURLPATH%/Picture11.png" />%BR%%BR% 1 Go to the HTTPS site, e.g., <b><code><nowiki>https://&lt;cname&gt;:&lt;port&gt;/ods/</nowiki></code></b>; in our example, <b><code><nowiki>https://localhost:4433/ods/</nowiki></code></b>. 1 If Firefox is used, it will complain that the certificate is not valid, so we must register the site's certificate. %BR%%BR%<img src="%ATTACHURLPATH%/Picture12.png" />%BR%%BR% 1 To add an exception to the Firefox certificate manager, drill down to *Firefox Tools* -&gt; *Options* -&gt; *View Certificates* -&gt; *Servers* -&gt; *Add Exception*. %BR%%BR%<img src="%ATTACHURLPATH%/Picture13.png" />%BR%%BR% 1 Confirm exception. %BR%%BR%<img src="%ATTACHURLPATH%/Picture14.png" />%BR%%BR% 1 Return to the ODS site, and register new user. %BR%%BR%<img src="%ATTACHURLPATH%/Picture15.png" />%BR%%BR% 1 [[ODSGenerateX509Certificate][Generate an X.509 Certificate for the new user]]. 1 Log out from ODS and refresh browser to simulate opening the ODS site. 1 Go to <code><nowiki>https://&lt;cname&gt;:&lt;ssl-port&gt;/ods/</nowiki></code>. The browser will ask for a certificate; select the one you generated in the steps above. %BR%%BR%<img src="%ATTACHURLPATH%/Picture21.png" />%BR%%BR% 1 ODS presents your card, and asks whether to login with that certificate. Confirm it. %BR%%BR%<img src="%ATTACHURLPATH%/Picture22.png" />%BR%%BR% 1 You should now be logged in to ODS via WebID Protocol. %BR%%BR%<img src="%ATTACHURLPATH%/Picture23.png" />%BR%%BR% --++Related * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLEndpointProtection][Safeguarding your Virtuoso-hosted SPARQL Endpoint]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideSPARQLEndpointProtection][SPARQL Endpoint Protection Methods Collection]] * [[http://docs.openlinksw.com/virtuoso/][Virtuoso documentation]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpoint][SPARQL Service Endpoint]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsupportedprotocolendpointuri][Service Endpoint Security]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html#sparqwebservicetbl][Managing a SPARQL Web Service Endpoint]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][SPARQL]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLDET][SPARQL Endpoint DET Configuration Guide]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLSecurityWebID][WebID Protocol & SPARQL Endpoint ACLs Tutorial]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtOAuthSPARQL][SPARQL OAuth Tutorial]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtTipsAndTricksGuideSPARQLEndpoints][Securing SPARQL endpoints]] * [[OdsSPARQLAuth][SPARUL over SPARQL using the http://cname:port/sparql-auth endpoint]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtAuthServerUI][Virtuoso Authentication Server UI]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSPARQLSSL][Manage a SPARQL-WebID based Endpoint]] * [[ODSSetupSSL][Configure Virtuoso+ODS instance as an X.509 Certificate Authority and HTTPS listener]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSetupSSL][Configure Virtuoso instance as an X.509 Certificate Authority and HTTPS listener]] * [[VirtODSSecurityWebID][WebID Protocol Support in OpenLink Data Spaces]]. * Manage ODS Datadspaces Objects WebID Access Control Lists (ACLs): * [[ODSBriefcaseWebID][ODS Briefcase WebID based ACL Guide]] * [[ODSBriefcaseWebIDPerson][Person Entity WebID based ACL Guide]] * [[ODSBriefcaseWebIDGroup][Group Entity WebID based ACL Guide]] * [[ODSBriefcaseWebIDPublic][Public WebID based ACL Guide]] * [[ODSFeedManagerWebIDACL][ODS Feed Manager WebID based ACL Guide]] * [[ODSFeedManagerWebIDACLPerson][Person Entity Specific ACL]] * [[ODSFeedManagerWebIDACLGroup][Group Entity Specific ACL]] * [[ODSFeedManagerWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSCalendarWebIDACL][ODS Calendar WebID based ACL Guide]] * [[ODSCalendarWebIDACLPerson][Person Entity Specific ACL]] * [[ODSCalendarWebIDACLGroup][Group Entity Specific ACL]] * [[ODSCalendarWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSBookmarksWebIDACL][ODS Bookmark Manager WebID based ACL Guide]] * [[ODSBookmarksWebIDACLPerson][Person Entity Specific ACL]] * [[ODSBookmarksWebIDACLGroup][Group Entity Specific ACL]] * [[ODSBookmarksWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[ODSAddressBookWebIDACL][ODS Addressbook WebID based ACL Guide]] * [[ODSAddressBookWebIDACLPerson][Person Entity Specific ACL]] * [[ODSAddressBookWebIDACLGroup][Group Entity Specific ACL]] * [[ODSAddressBookWebIDACLPublic][Public Specific ACL for anyone with a WebID]] * [[VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[VirtPubSubHub][PubSubHubBub Demo Client Example]] * [[VirtFeedPubSubHub][Feed subscription via PubSubHub protocol Example ]] * [[VirtPubSubHubACL][Setting Up PubSubHub to use WebID Protocol or IP based control lists]] * [[OdsKeyImport][CA Keys Import using Conductor]] * [[VirtODSSecurityWebID][WebID Protocol Support in OpenLink Data Spaces]]. * [[ODSGenerateX509Certificate][Generate an X.509 Certificate hosted WebID Guide]] * [[ODSGenerateWebIDX509CertOSKeystore][Generate an X.509 Certificate (with a WebID watermark) to be managed by host operating system keystore]] * [[ODSGenerateWebIDX509CertBrsKeystore][Generate an X.509 Certificate (with a WebID watermark) to be managed by a browser-based keystore]] * [[ODSWebIDIdP][Using Virtuoso's WebID Verification Proxy Service with a WebID-bearing X.509 certificate]] * [[ODSWebIDIdpProxy][Using Virtuoso's WebID Identity Provider (IdP) Proxy Service with an X.509 certificate]] * [[ODSBriefcaseWebIDShareFile][ODS Briefcase WebID Protocol Share File Guide]] * [[http://esw.w3.org/topic/foaf+ssl][WebID Protocol Specification]] * [[https://foaf.me/simpleLogin.php][Test WebID Protocol Certificate page]] * [[http://test.foafssl.org/cert/][WebID Protocol Certificate Generation page]] CategoryDocumentation CategorySecurity CategoryVirtuoso CategoryFOAF CategoryODS
sioc:id
d19069217b3298dfba2451ca36823448
sioc:link
n2:ODSPkiSetup
sioc:has_container
n12:ODS
atom:title
ODSPkiSetup
atom:source
n12:ODS
atom:author
n8:this
atom:published
2017-06-13T06:02:22Z
atom:updated
2018-04-05T16:33:24Z
Subject Item
n2:ODSSetupSSL
sioc:links_to
n2:ODSPkiSetup
Subject Item
n2:OdsConfig
sioc:links_to
n2:ODSPkiSetup
Subject Item
n2:ODSWebIDIdP
sioc:links_to
n2:ODSPkiSetup