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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n15http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n19http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSetupSSLFileSystem/sioc.
dchttp://purl.org/dc/elements/1.1/
n5http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n16http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n7http://vos.openlinksw.com/dataspace/person/dav#
n10http://vos.openlinksw.com:80/wiki/main/VOS/VirtSetupSSLFileSystem/Picture_1.
n12http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n13http://vos.openlinksw.com/dataspace/owiki#
n4http://vos.openlinksw.com:80/wiki/main/VOS/VirtSetupSSLFileSystem/Picture_2.
xsdhhttp://www.w3.org/2001/XMLSchema#
n9http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n2:VirtSetupSSLFileSystem
Subject Item
n5:this
sioc:creator_of
n2:VirtSetupSSLFileSystem
Subject Item
n15:item
n16:services_of
n2:VirtSetupSSLFileSystem
Subject Item
n13:this
sioc:creator_of
n2:VirtSetupSSLFileSystem
Subject Item
n12:VOS
sioc:container_of
n2:VirtSetupSSLFileSystem
atom:entry
n2:VirtSetupSSLFileSystem
atom:contains
n2:VirtSetupSSLFileSystem
Subject Item
n2:VirtSetupSSLFileSystem
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:39:44.348315
dcterms:modified
2018-06-18T13:30:53.314230
rdfs:label
VirtSetupSSLFileSystem
foaf:maker
n9:this n7:this
dc:title
VirtSetupSSLFileSystem
opl:isDescribedUsing
n19:rdf
sioc:has_creator
n5:this n13:this
sioc:attachment
n4:png n10:png
sioc:content
---+ Guide for Setting Up the Virtuoso HTTPS Listener using File System to host Certificate and Public Key To enable the HTTPS listener, you will need a certificate. Existing certificates may not have Subject Alternate Name, so you may want to acquire (or [[VirtGenerateX509Cert][generate]]) a new one. 1 Move <code>newcert.pem</code>, <code>newkey.pem</code>, and <code>cacert.pem</code> into the server's working directory. In our test case, we put the keys in a '<code>keys</code>' sub-directory, and added the following lines to the <code>[HTTPServer]</code> section of the Virtuoso INI file (default, <code>virtuoso.ini</code>): <verbatim> SSLPort = 4443 SSLCertificate = ./keys/newcert.pem SSLPrivateKey = ./keys/newkey.pem X509ClientVerifyCAFile = ./keys/cacert.pem X509ClientVerify = 1 X509ClientVerifyDepth = 15 </verbatim> 1 Also in the Virtuoso INI file, in the <code>[URIQA]</code> section, <code><nowiki>DefaultHost</nowiki></code> (set to <code>localhost:8890</code> below) must be edited to correspond to the DNS-resolvable host name ("CNAME") of the Virtuoso host, combined with the <code><nowiki>ServerPort</nowiki></code> as set in the <code>[HTTPServer]</code> section of the same INI file. Default settings are seen here: <verbatim> [URIQA] DynamicLocal = 1 DefaultHost = localhost:8890 </verbatim> For instance, if the CNAME of the host is <code>virtuoso.example.com</code>, and the <code><nowiki>ServerPort</nowiki></code> is <code>4321</code>, the <code><nowiki>DefaultHost</nowiki></code> should be set to <code>virtuoso.example.com:4321</code> <verbatim> [URIQA] DynamicLocal = 1 DefaultHost = virtuoso.example.com:4321 </verbatim> 1 Start the Virtuoso server, and look at the log file. Once HTTPS is up, you should see something like &mdash; <verbatim> HTTPS Using X509 Client CA .... HTTPS/X509 server online at 4443 </verbatim> ---++ Setting Up Firefox 1 In the <b>Preferences</b> dialog, open the <b>Advanced</b> tab, and the <b>Encryption</b> subtab; then, click the <b>View certificates</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/Picture_1.png" style="wikiautogen"/>%BR%%BR% 1 Click the <b>Add exception</b> button, and enter the address of the HTTPS server you've just configured, i.e. &mdash; <verbatim> https://virtuoso.example.com:4443/ </verbatim> 1 Click OK, and confirm the exception. %BR%%BR%<img src="%ATTACHURLPATH%/Picture_2.png" style="wikiautogen"/>%BR%%BR% 1 Click to the <b>Your Certificates</b> tab, and import <code>mycert.p12</code>.
sioc:id
d7c54b33145eedd6c7bfd754c3d33f37
sioc:link
n2:VirtSetupSSLFileSystem
sioc:has_container
n12:VOS
n16:has_services
n15:item
atom:title
VirtSetupSSLFileSystem
atom:source
n12:VOS
atom:author
n7:this
atom:published
2017-06-13T05:39:44Z
atom:updated
2018-06-18T13:30:53Z
sioc:topic
n12:VOS