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

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

PrefixNamespace IRI
n4http://ods.openlinksw.com/dataspace/person/dav#
dctermshttp://purl.org/dc/terms/
n17http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-05.
n12http://ods.openlinksw.com/dataspace/owiki/wiki/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n13http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-06.
oplhttp://www.openlinksw.com/schema/attribution#
n14http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-07.
n15http://ods.openlinksw.com/dataspace/%28NULL%29/wiki/ODS/
n8http://ods.openlinksw.com/dataspace/owiki#
dchttp://purl.org/dc/elements/1.1/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n21http://rdfs.org/sioc/services#
n2http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/
siocthttp://rdfs.org/sioc/types#
n26http://ods.openlinksw.com/dataspace/person/owiki#
n23http://ods.openlinksw.com/dataspace/owiki/wiki/ODS/VirtWTDServerSetup/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://ods.openlinksw.com/dataspace/services/wiki/
n7http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-01.
n18http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-02.
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-03.
n9http://ods.openlinksw.com/dataspace/dav#
siochttp://rdfs.org/sioc/ns#
n16http://ods.openlinksw.com/wiki/main/ODS/VirtWTDServerSetup/VirtWTDServerSetup-04.
Subject Item
n4:this
foaf:made
n2:VirtWTDServerSetup
Subject Item
n20:item
n21:services_of
n2:VirtWTDServerSetup
Subject Item
n8:this
sioc:creator_of
n2:VirtWTDServerSetup
Subject Item
n12:ODS
sioc:container_of
n2:VirtWTDServerSetup
atom:entry
n2:VirtWTDServerSetup
atom:contains
n2:VirtWTDServerSetup
Subject Item
n2:VirtWTDServerSetup
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T06:03:24.109790
dcterms:modified
2017-06-29T07:33:40.939250
rdfs:label
VirtWTDServerSetup
foaf:maker
n4:this n26:this
dc:title
VirtWTDServerSetup
opl:isDescribedUsing
n23:rdf
sioc:has_creator
n9:this n8:this
sioc:attachment
n7:png n13:png n14:png n16:png n17:png n18:png n19:png
sioc:content
%META:TOPICPARENT{name="VirtWTDStepByStepConfigGuide"}% ---++ Virtuoso Server WebID+TLS+Delegation Setup The following steps can be used to Setup a Virtuoso Server ready for WebID+TLS+Delegation connections. 1 Create Self Signed Certificate in the Virtuoso from the <code>System Admin -> Security -> Public Key Infrastructure</code> tab: %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-01.png" style="wikiautogen" height="480" width="640"/> %BR%%BR% 1 Complete the CA Root Certificate details and click <code>generate</code> button, note the <code>Name</code> value must be the hostname for the HTTPS listener to be created in a later step: %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-02.png" style="wikiautogen" height="480" width="640"/> %BR%%BR% 1 The certificate is now create, click on the ?Configure HTTPS Listeners? button to config the server for secure HTTP access: %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-03.png" style="wikiautogen" height="480" width="640"/> %BR%%BR% 1 Enter the required parameters for the HTTPS Listener and click the <code>Generate New</code> button to generate a new self signed certificate for use by the server and then click the <code>Save</code> button to save the HTTPS Listener which will be automatically started. Note if running on default 443 https port then Virtuoso must have been started with Admin or root level privileges for the port usage to be allowed by the OS: %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-04.png" style="wikiautogen" height="480" width="640"/> %BR%%BR% 1 The new HTTPS Listener should now be listed as and available as a <code>started</code> interface. %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-05.png" style="wikiautogen" height="200" width="640"/> %BR%%BR% 1 Use the Virtuoso generated self signed cer/tificate stored in the Virtuoso database to setup the SQL SSL port, by referencing the certificate by name proceeded by the <code>db:<code> prefix, in the ?[Parameters]? section of the virtuoso.ini file as below: <verbatim> SSLServerPort = 1113 SSLCertificate = db:https_key_opluswin7qa_usnet_private SSLPrivateKey = db:https_key_opluswin7qa_usnet_private X509ClientVerify = 3 X509ClientVerifyDepth = 15 X509ClientVerifyCAFile = db:db:https_key_opluswin7qa_usnet_private </verbatim> 1 Restart the Virtuoso Server to active the SQL SSL listener and check the virtuoso.log file to ensure it has successfully started: <verbatim> 11:21:44 OpenLink Virtuoso Universal Server 11:21:44 Version 07.20.3217-threads for Win64 as of Apr 19 2016 11:21:44 uses parts of OpenSSL, PCRE, Html Tidy 11:21:44 Registered to Virtuoso 11:21:44 Personal Edition license for 50 connections 11:21:44 Issued by OpenLink Software 11:21:44 This license will expire on Tue Sep 27 06:20:12 2016 GMT 11:21:44 Enabled Cluster Extension 11:21:44 Enabled Column Store Extension 11:21:44 Database version 3126 11:21:44 SQL Optimizer enabled (max 1000 layouts) 11:21:45 Compiler unit is timed at 0.000354 msec 11:21:47 Roll forward started 11:21:47 Roll forward complete 11:21:48 Checkpoint started 11:21:48 Checkpoint finished, log reused 11:21:48 SSL server online at 1113 11:21:48 HTTP/WebDAV server online at 8890 11:21:48 Server online at 1111 (pid 3420) 11:21:49 ZeroConfig registration Virtuoso </verbatim> 1 The following Virtuoso applications should be installed from the <code>System Admin -> Packages</code> tab of the Conductor: * Sponger Cartridge VAD - To enable querying of remote resource URIs * Faceted Browser VAD - To provide human readable form of Web ID Profile documents and ACLs * Virtuoso Authentication Layer (VAL) VAD - To enable ACLs for be setup and enforced * URIQA DefaultHost in INI file (virtuoso.ini) must be set to valid hostname to be used by VAL %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-06.png" style="wikiautogen" height="300" width="640"/> %BR%%BR% 1 From the <code>System Admin -> Packages</code> tab (or click the <code>back to packages</code> button) of the Conductor.and for the newly installed <code>VAL</code> package select the <code>configure</code> option on the right, and enable the <code>Default</code> and <code>SQL</code> Realms for the following ACL scopes and click the <code>save</code> button: * Enable Query ACL Scope ACLs * Enable Private Named Graphs ACL Scope ACLs * Enable Restrictions ACL Scope ACLs %BR%%BR% <img src="%ATTACHURLPATH%/VirtWTDServerSetup-07.png" style="wikiautogen" height="480" width="640"/> %BR%%BR%
sioc:id
6accf892384d2644555c042ea049a00f
sioc:link
n2:VirtWTDServerSetup
sioc:has_container
n12:ODS
n21:has_services
n20:item
atom:title
VirtWTDServerSetup
sioc:links_to
n15:WebID n15:DefaultHost
atom:source
n12:ODS
atom:author
n4:this
atom:published
2017-06-13T06:03:24Z
atom:updated
2017-06-29T07:33:40Z
sioc:topic
n12:ODS
Subject Item
n9:this
sioc:creator_of
n2:VirtWTDServerSetup