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

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

PrefixNamespace IRI
n19http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n8http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
n33http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSGenerateX509Certificate/page/
foafhttp://xmlns.com/foaf/0.1/
oplhttp://www.openlinksw.com/schema/attribution#
n5http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n24https://foaf.me/simpleLogin.
n22http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n25http://ods.openlinksw.com/dataspace/owiki#
n12http://docs.openlinksw.com/virtuoso/rdfsparql.
dchttp://purl.org/dc/elements/1.1/
n21http://test.foafssl.org/cert/
n17http://docs.openlinksw.com/virtuoso/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n10http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/ODSGenerateX509Certificate/sioc.
n14http://docs.openlinksw.com/virtuoso/rdfsparql.html#
n18http://technet.microsoft.com/en-us/library/bb727068.
n26http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
n15http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID#Test%20the%20
siocthttp://rdfs.org/sioc/types#
n31http://ods.openlinksw.com/dataspace/person/owiki#
n13http://ods.openlinksw.com/wiki/ODS/VirtODSSecurityWebID#Configure%20your%20ODS%20Account%20to%20use%20the%20WebID%20
n30http://www.youtube.com/watch?v=eXoxUo7Py4M&feature=
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n27http://ods.openlinksw.com/dataspace/services/wiki/
n29http://www.youtube.com/watch?v=gzqHVUb3qrw&feature=
xsdhhttp://www.w3.org/2001/XMLSchema#
n16http://swimmingpooldotnet.wordpress.com/2009/12/15/how-to-view-local-machine-keystore-windows-xp/
n11http://ods.openlinksw.com/dataspace/dav#
n23http://esw.w3.org/topic/foaf+
siochttp://rdfs.org/sioc/ns#
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
rdfs:seeAlso
n33:1
foaf:maker
n19:this n31:this
dc:title
ODSGenerateX509Certificate
opl:isDescribedUsing
n10:rdf
sioc:has_creator
n11:this n25: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
n8:ODS
n26:has_services
n27:item
atom:title
ODSGenerateX509Certificate
sioc:links_to
n2:ODSGenerateWebIDX509CertBrsKeystore n2:ODSBriefcaseWebIDPublic n2:ODSBriefcaseWebIDPerson n5:VirtTipsAndTricksGuideSPARQLEndpointProtection n2:ODSBriefcaseWebID n12:html n13:Protocol n2:ODSCalendarWebIDACL n14:rdfsupportedprotocolendpointuri n15:setup n5:VirtSetupSSL n16: n14:sparqwebservicetbl n17: n18:aspx n14:rdfsupportedprotocolendpoint n2:ODSFeedManagerWebIDACLPublic n2:ODSFeedManagerWebIDACLGroup n5:VirtOAuthSPARQL n2:ODSBriefcaseWebIDShareFile n5:VirtSPARQLSSL n5:VirtAuthServerUI n2:ODSCalendarWebIDACLPerson n2:ODSFeedManagerWebIDACLPerson n2:ODSBriefcaseWebIDGroup n2:ODSBookmarksWebIDACLPerson n2:ODSBookmarksWebIDACL n2:ODSCalendarWebIDACLPublic n21: n22:WebID n23:ssl n24:php n2:ODSCalendarWebIDACLGroup n22:OpenSSL n2:ODSAddressBookWebIDACLPublic n2:ODSAddressBookWebIDACLGroup n2:ODSAddressBookWebIDACL n5:VirtSPARQLSecurityWebID n2:ODSAddressBookWebIDACLPerson n2:ODSBookmarksWebIDACLPublic n5:VirtTipsAndTricksGuideSPARQLEndpoints n5:VirtTipsAndTricksGuide n5:VirtSPARQLDET n5:VirtSPARQLEndpointProtection n2:ODSBookmarksWebIDACLGroup n29:share n5:VirtGenerateX509Cert n30:share n5:VirtSetupSSLFileSystem n2:ODSGenerateWebIDX509CertOSKeystore n2:ODSFeedManagerWebIDACL
atom:source
n8:ODS
atom:author
n19:this
atom:published
2017-06-13T06:07:20Z
atom:updated
2017-06-29T07:29:44Z
sioc:topic
n8:ODS