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

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

PrefixNamespace IRI
n9http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n6http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n19http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n30https://foaf.me/simpleLogin.
n15http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n27http://ods.openlinksw.com/dataspace/owiki#
n18http://docs.openlinksw.com/virtuoso/rdfsparql.
dchttp://purl.org/dc/elements/1.1/
n28http://test.foafssl.org/cert/
n21http://docs.openlinksw.com/virtuoso/
n17http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSGenerateX509Certificate/sioc.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n14http://technet.microsoft.com/en-us/library/bb727068.
n20http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n23http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n12http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID#Test%20the%20
n31http://ods.openlinksw.com/dataspace/person/owiki#
n11http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID#Configure%20your%20ODS%20Account%20to%20use%20the%20WebID%20
n25http://www.youtube.com/watch?v=eXoxUo7Py4M&feature=
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n22http://ods.openlinksw.com/dataspace/services/wiki/
n24http://www.youtube.com/watch?v=gzqHVUb3qrw&feature=
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://swimmingpooldotnet.wordpress.com/2009/12/15/how-to-view-local-machine-keystore-windows-xp/
n4http://ods.openlinksw.com/dataspace/dav#
n29http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
Subject Item
n9:this
foaf:made
n2:ODSGenerateX509Certificate
Subject Item
n22:item
n23:services_of
n2:ODSGenerateX509Certificate
Subject Item
n27:this
sioc:creator_of
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSGenerateX509Certificate
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T06:07:20.759835
dcterms:modified
2017-06-29T07:29:44.370964
rdfs:label
ODSGenerateX509Certificate
foaf:maker
n31:this n9:this
dc:title
ODSGenerateX509Certificate
opl:isDescribedUsing
n17:rdf
sioc:has_creator
n4:this n27:this
sioc:content
---+ Generating WebID-watermarked X.509 Certificates for Use with ODS %TOC% ---++Why use X.509 Certificates for Authentication? Password-based authentication is inherently difficult to maintain, and presents an awkward option in the context of RESTful client/server interactions over local and wide area networks (LANs and WANs). X.509 Certificates provide an elegant alternative which is more easily maintained, with a more streamlined user experience overall. ---++How are X.509 Certificates generated? Thanks to its Virtuoso underpinnings, ODS possesses built-in functionality for generating X.509 Certificates with WebID watermarks. With ODS, certificate generation is typically done through a web browser. The specific process varies because each browser vendor has chosen their own approach to manage Certificates and their associated Private Keys. Below, we cover certificate generation for several browsers, with keystore persistence handled variously by the host operating system or the Browser. ---++Certificate Generation & Keystore Management | *Browser* | *Generation* | *OS-based Keystore* | *Browser-based Keystore* | *Notes* | | *Chrome* | <code><nowiki>&lt;keygen/&gt;</nowiki></code> | Y | N | | | *Firefox* | .NET-based browser plug-in | Y | N | | | *Firefox* | <code><nowiki>&lt;keygen/&gt;</nowiki></code> | N | Y | | | *IE* | <nop>OpenLink X.509 Certificate Generator plug-in | Y | N | When using the user-friendly, Wizard-style interface of this plug-in, you (the issuer) must create a root CA certificate before generating any WebID-watermarked certificates. | | *IE* | Windows-native generator | Y %BR% (Windows only) | N | Best reserved for advanced users. | | *Opera* | <code><nowiki>&lt;keygen/&gt;</nowiki></code> | N | Y | | | *Safari* | <code><nowiki>&lt;keygen/&gt;</nowiki></code> | Y | N | | ---++ X.509 Certificate Generation Methods ---+++ Using ODS * [[ODSGenerateWebIDX509CertBrsKeystore][Generate an X.509 Certificate with a WebID watermark that's stored by browser keystore]] ---+++ Using Virtuoso Certificate Generation Wizard (Windows only) * [[ODSGenerateWebIDX509CertOSKeystore][Generate an X.509 Certificate with a WebID watermark that's stored by OS keystore]] ---+++ Using Windows-Native Keystore 1. [[http://swimmingpooldotnet.wordpress.com/2009/12/15/how-to-view-local-machine-keystore-windows-xp/][View Local Machine KeyStore and enable a snap-in]]. 1. [[http://technet.microsoft.com/en-us/library/bb727068.aspx][Generate Certificate Guide]]. 1. Import the generated Cert in ODS by pasting its content in the X.509 Certificate text-area presented at <b><i>User Profile -> Edit -> Security -> X.509 Certificates</i></b> tab page. ---+++ Using openssl You can manually use OpenSSL to generate the certificate, and then import that Certificate to ODS through its PEM Import UI. Then, both Certificate and Private Key must be imported into the OS- and/or browser-based keystore. Finally, the Cert results in Public Key and WebID relation in Profile Graph. ---++++Basic Steps 1 [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtGenerateX509Cert][Generate x.509 Certificate]]. 1 [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSetupSSLFileSystem][Set up HTTPS Support in Virtuoso]]. 1 [[http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID#Configure%20your%20ODS%20Account%20to%20use%20the%20WebID%20Protocol][Configure your ODS Account to use the WebID Protocol]]. 1 [[http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID#Test%20the%20setup][Test the setup]]. ---++++ Browser-Specific Notes * <b>Firefox:</b> You must import the Private Key into the OS- and/or Browser-based keystore(s) using the relevant import mechanism. * <b>Opera:</b> You must import the Private Key into the OS- and/or Browser-based keystore(s) using the relevant import mechanism. ---++++ OS-Specific Notes * <b>Mac OS X:</b> OpenSSL is not needed. The Mac-native keystore lets you create certificates, based on Apple's root CA. * <b>Windows:</b> OpenSSL is not needed. The Windows-native keystore lets you create certificates, based on Microsoft's root CA. ---++Related * [[http://www.youtube.com/watch?v=gzqHVUb3qrw&feature=share][Power of WebID + OpenID Hybrid Protocol via Internet Explorer & Windows]] * [[http://www.youtube.com/watch?v=eXoxUo7Py4M&feature=share][Using Safari to Demonstrate WebID + OpenID Hybrid Protocol Power!]] * [[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]] * [[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]] * [[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
983ca3f770a16d83fd33707d9c25e3c1
sioc:link
n2:ODSGenerateX509Certificate
sioc:has_container
n6:ODS
n23:has_services
n22:item
atom:title
ODSGenerateX509Certificate
sioc:links_to
n2:ODSFeedManagerWebIDACL n2:ODSBriefcaseWebIDPublic n2:ODSBriefcaseWebIDPerson n2:ODSBriefcaseWebID n11:Protocol n2:ODSCalendarWebIDACL n12:setup n13: n14:aspx n2:ODSFeedManagerWebIDACLPublic n15:WebID n2:ODSFeedManagerWebIDACLGroup n18:html n2:ODSFeedManagerWebIDACLPerson n19:VirtGenerateX509Cert n20:rdfsupportedprotocolendpointuri n19:VirtSetupSSLFileSystem n20:sparqwebservicetbl n21: n2:ODSBookmarksWebIDACLPerson n20:rdfsupportedprotocolendpoint n2:ODSBookmarksWebIDACL n19:VirtSPARQLSecurityWebID n19:VirtTipsAndTricksGuideSPARQLEndpoints n19:VirtTipsAndTricksGuide n19:VirtSPARQLDET n2:ODSCalendarWebIDACLPublic n19:VirtSPARQLEndpointProtection n15:OpenSSL n24:share n25:share n2:ODSCalendarWebIDACLGroup n2:ODSAddressBookWebIDACLPublic n2:ODSAddressBookWebIDACL n28: n29:ssl n2:ODSBookmarksWebIDACLPublic n2:ODSCalendarWebIDACLPerson n30:php n2:ODSBookmarksWebIDACLGroup n2:ODSBriefcaseWebIDGroup n2:ODSGenerateWebIDX509CertOSKeystore n19:VirtSetupSSL n2:ODSAddressBookWebIDACLGroup n2:ODSAddressBookWebIDACLPerson n2:ODSGenerateWebIDX509CertBrsKeystore n19:VirtOAuthSPARQL n19:VirtSPARQLSSL n19:VirtAuthServerUI n19:VirtTipsAndTricksGuideSPARQLEndpointProtection
atom:source
n6:ODS
atom:author
n9:this
atom:published
2017-06-13T06:07:20Z
atom:updated
2017-06-29T07:29:44Z
sioc:topic
n6:ODS
Subject Item
n2:ODSWebIDIdpProxy
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSManageWebIDFeatures
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:VirtPubSubHubACL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsOpenIDRegister
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsBriefcaseAmazonS3WebIDACL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsBriefcaseSkyDriveWebIDACL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsBriefcaseGoogleDriveWebIDACL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDIdPPHPEx1
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSIndex
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:VirtODSOAuthQA
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:VirtPubSubHubACLDefinePSHSSL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingCalendar
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n6:ODS
sioc:container_of
n2:ODSGenerateX509Certificate
atom:entry
n2:ODSGenerateX509Certificate
atom:contains
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSAddressBookWebIDACLShareContact
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingAddressBookAccessTypeGroup
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingAddressBookAccessTypePersonal
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingAddressBookAccessTypePublic
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSBookmarksWebIDACLShareBookmark
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingBookmarksAccessTypeGroup
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingBookmarksAccessTypePersonal
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingBookmarksAccessTypePublic
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSCalendarWebIDACLShareEvent
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingCalendarAccessTypeGroup
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingCalendarAccessTypePersonal
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingCalendarAccessTypePublic
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSCalendarWebIDACLShareTask
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSFeedManagerWebIDACLShareSubscription
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingFeedManagerAccessTypeGroup
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingFeedManagerAccessTypePersonal
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingFeedManagerAccessTypePublic
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSX509GenerateIESetService
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSMailEncryptASymmetricSpecial
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSMailEncryptAsymmetric
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSMailWebIDFilterRule
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDIdPPHPModify
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n4:this
sioc:creator_of
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSSetupSSL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsKeyImport
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingAddressBook
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsBriefcaseDropBoxWebIDACL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsBriefcaseBoxNetWebIDACL
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSMailWebIDFilter
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSMailWebIDSMIME
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingBookmarks
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDACLInstanceSettingFeedManager
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSOpenID
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsSPARQLAuth
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:OdsConfig
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:VirtODSSecurityWebID
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:ODSWebIDIdP
sioc:links_to
n2:ODSGenerateX509Certificate
Subject Item
n2:VirtODSPubSubHub
sioc:links_to
n2:ODSGenerateX509Certificate