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

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

PrefixNamespace IRI
n25http://ods.openlinksw.com/dataspace/person/dav#
n8http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i23.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
n18http://ods.openlinksw.com/dataspace/owiki/wiki/
foafhttp://xmlns.com/foaf/0.1/
n35http://ods-qa.openlinksw.com/psh/callback.
n12http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i27.
oplhttp://www.openlinksw.com/schema/attribution#
n29http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i22.
n27http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n22http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtPubSubHubACL/sioc.
n34https://foaf.me/simpleLogin.
n4http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n23http://docs.openlinksw.com/virtuoso/rdfsparql.
n14http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
n32http://test.foafssl.org/cert/
n26http://docs.openlinksw.com/virtuoso/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n7http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i26.
n16http://rdfs.org/sioc/services#
n24http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n28http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i21.
n15http://ods-qa.openlinksw.com/weblog/dav/dav-blog-0/gems/atom.
n11http://ods.openlinksw.com/dataspace/person/owiki#
n36https://virtuoso.openlinksw.com/download/
n5http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i25.
n30http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i20.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n17http://ods.openlinksw.com/dataspace/services/wiki/
n9http://ods.openlinksw.com:80/wiki/main/ODS/VirtPubSubHubACL/i24.
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://ods.openlinksw.com/dataspace/dav#
n33http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n25:this
foaf:made
n2:VirtPubSubHubACL
Subject Item
n17:item
n16:services_of
n2:VirtPubSubHubACL
Subject Item
n14:this
sioc:creator_of
n2:VirtPubSubHubACL
Subject Item
n2:ODSWebIDIdpProxy
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:VirtPubSubHubACL
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:05:55.825929
dcterms:modified
2018-04-05T15:24:33.660743
rdfs:label
VirtPubSubHubACL
foaf:maker
n11:this n25:this
dc:title
VirtPubSubHubACL
opl:isDescribedUsing
n22:rdf
sioc:has_creator
n13:this n14:this
sioc:attachment
n5:png n7:png n8:png n9:png n12:png n28:png n29:png n30:png
sioc:content
%META:TOPICPARENT{name="VirtPubSubHub"}% ---+Set Up PubSubHub to use WebID Protocol / IP based control lists The following Guide demonstrates how to subscribes to the publications: %TOC% ---++ Prerequisites * The [[https://virtuoso.openlinksw.com/download/][pubsubhub_dav.vad]] must be installed. * The [[https://virtuoso.openlinksw.com/download/][conductor_dav.vad]] must be installed. * Configure [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSetupSSL][HTTPS listener]] and [[VirtODSPubSubHub][ODS Server]] to accept self-signed certificates. ---++ Access Control Lists by IP * [[VirtPubSubHubACLDefinePSH][Define the *PSH* ACL list]] * [[VirtPubSubHubACLDefinePSHSSL][Define the *PSH-SSL* ACL list]] ---++ Creating PSH Virtual Directory * Make sure there is <b>/psh</b> folder [[VirtPubSubHubACLPSHVFolder][defined]] at your HTTPS Listener. ---++ Testing the <nop>WebID Protocol ACLs 1 Open the subscription demo client UI via HTTPS: in our example this would be: <verbatim> https://ods-qa.openlinksw.com/psh/subscribe.html </verbatim> 1 As result at this step you will be asked to give a certificate: * Select the certificate for which WebID we have registered in PSH-SSL ACL to be allowed. %BR%%BR%<img src="%ATTACHURLPATH%/i20.png" />%BR%%BR% 1 In the "Subscribe/Unsubscribe" shown form enter: 1 Callback: (the subscriber URL): your host subscribe URL. In our example it it: http://ods-qa.openlinksw.com/psh/callback.vsp ; 1 Topic type: Feed ; 1 Topic: the URL you have registered in PSH ACL from above. In our example it is: http://ods-qa.openlinksw.com/weblog/dav/dav-blog-0/gems/atom.xml : %BR%%BR%<img src="%ATTACHURLPATH%/i21.png" />%BR%%BR% 1 Click "Subscribe". 1 As result should be shown "Success" message: %BR%%BR%<img src="%ATTACHURLPATH%/i22.png" />%BR%%BR% 1 Next we try other certificate, or even w/o certificate. * Note: To manage Firefox to get new certificate you should restart your browser first. * Then we repeat the same steps above but with difference that we use other certificate %BR%%BR%<img src="%ATTACHURLPATH%/i23.png" />%BR%%BR% * In this case when we trying to subscribe we will get 'Access denied' error: %BR%%BR%<img src="%ATTACHURLPATH%/i24.png" />%BR%%BR% ---++Related * [[VirtODSPubSubHub][Setting up PubSubHub in ODS]] * [[VirtPubSubHub][PubSubHubBub Demo Client Example]] * [[VirtFeedPubSubHub][Feed subscription via PubSubHub protocol Example ]] * [[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]] * [[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]] * [[ODSPkiSetup][Guide for Set up a X.509 certificate issuer and HTTPS listener and generate ODS user certificates]] * [[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]] * [[OdsKeyImport][CA Keys Import using Conductor]] * [[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]]
sioc:id
58c70a1cbeeea40ee07e928eca70b2f3
sioc:link
n2:VirtPubSubHubACL
sioc:has_container
n18:ODS
n16:has_services
n17:item
atom:title
VirtPubSubHubACL
sioc:links_to
n4:WebID n2:ODSGenerateWebIDX509CertOSKeystore n2:OdsKeyImport n4:PubSubHub n2:VirtODSSecurityWebID n15:xml n2:ODSGenerateWebIDX509CertBrsKeystore n2:VirtPubSubHubACLDefinePSHSSL n2:ODSAddressBookWebIDACLGroup n2:ODSAddressBookWebIDACLPerson n2:ODSCalendarWebIDACL n23:html n2:ODSFeedManagerWebIDACLPublic n24:rdfsupportedprotocolendpointuri n24:sparqwebservicetbl n26: n2:ODSFeedManagerWebIDACLGroup n24:rdfsupportedprotocolendpoint n27:VirtOAuthSPARQL n27:VirtSPARQLSSL n27:VirtAuthServerUI n27:VirtSPARQLSecurityWebID n27:VirtTipsAndTricksGuideSPARQLEndpoints n2:ODSFeedManagerWebIDACLPerson n2:ODSGenerateX509Certificate n27:VirtTipsAndTricksGuide n27:VirtSPARQLDET n27:VirtSPARQLEndpointProtection n2:ODSFeedManagerWebIDACL n2:ODSBriefcaseWebIDPublic n2:ODSBriefcaseWebIDPerson n2:ODSBriefcaseWebID n2:ODSAddressBookWebIDACLPublic n2:ODSAddressBookWebIDACL n32: n33:ssl n2:OdsSPARQLAuth n2:ODSBookmarksWebIDACLPublic n34:php n2:VirtPubSubHubACLPSHVFolder n2:ODSBookmarksWebIDACLGroup n2:VirtPubSubHubACLDefinePSH n2:ODSBookmarksWebIDACLPerson n35:vsp n27:VirtTipsAndTricksGuideSPARQLEndpointProtection n2:ODSBookmarksWebIDACL n36: n2:ODSCalendarWebIDACLPublic n2:ODSCalendarWebIDACLPerson n2:ODSCalendarWebIDACLGroup n2:ODSBriefcaseWebIDGroup n27:VirtSetupSSL
atom:source
n18:ODS
atom:author
n25:this
atom:published
2017-06-13T06:05:55Z
atom:updated
2018-04-05T15:24:33Z
sioc:topic
n18:ODS
Subject Item
n18:ODS
sioc:container_of
n2:VirtPubSubHubACL
atom:entry
n2:VirtPubSubHubACL
atom:contains
n2:VirtPubSubHubACL
Subject Item
n2:ODSAddressBookWebIDACLShareContact
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:ODSBookmarksWebIDACLShareBookmark
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:ODSCalendarWebIDACLShareEvent
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:ODSCalendarWebIDACLShareTask
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n13:this
sioc:creator_of
n2:VirtPubSubHubACL
Subject Item
n2:ODSSetupSSL
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:OdsConfig
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:ODSWebIDIdP
sioc:links_to
n2:VirtPubSubHubACL
Subject Item
n2:VirtODSPubSubHub
sioc:links_to
n2:VirtPubSubHubACL