This is a diff between 1.1 and 1.2 revisions:

52a54
< 1 Click to the "Your Certificates" tab, and import <code>mycert.p12</code>.
\ No newline at end of file
51d54
> 1 Click to the <b>Your Certificates</b> tab, and import <code>mycert.p12</code>.
48a51
< 1 Click the "Add exception" button ,and enter the address of the HTTPS server you've just
< configured, i.e., https://virtuoso.example.com:4443/
47d47
> 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>
46a45
< 1 In the Preferences dialog, open the Advanced tab, and click the "View certificates" button.
45d44
> 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.
44a42
< ---+++ Setting Up Firefox
43d42
> ---++ Setting Up Firefox
30a28
< <code>ServerPort</code> is <code>4321</code>, the <code>DefaultHost</code> should be set to
29d28
> <code><nowiki>ServerPort</nowiki></code> is <code>4321</code>, the <code><nowiki>DefaultHost</nowiki></code> should be set to
20a21
< 1 Also in the Virtuoso INI file, in the <code>[URIQA]</code> section, <code>DefaultHost</code>
< (<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>ServerPort</code> as set in the
< <code>[HTTPServer]</code> section of the same INI file.
19d18
> 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:
14a14
< SSLCertificate = ./keys/localhost.cert.pem
< SSLPrivateKey = ./keys/localhost.key.pem
< X509ClientVerifyCAFile = ./keys/localhost.ca.pem
13d12
> SSLCertificate = ./keys/newcert.pem
> SSLPrivateKey = ./keys/newkey.pem
> X509ClientVerifyCAFile = ./keys/cacert.pem
11a9
< INI file, <code>virtuoso.ini</code>:
10d9
> INI file (default, <code>virtuoso.ini</code>):
4a5
<
< To enable the HTTPS listener, you will need another certificate. Existing certificates may not
< have Subject Alternate Name, so you may want to generate one as in [[VirtGenerateX509Cert][this]] section.
<
2d3
> 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.
1a1
< ---++Guide for Setting Up the Virtuoso HTTPS Listener using File System to host Certificate and Public Key
1d0
> ---+ Guide for Setting Up the Virtuoso HTTPS Listener using File System to host Certificate and Public Key