Server-Admin-Log: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Created page with "== Add HTTPS on login pages of the Wiki and Forum --~~~~ == File: '''/etc/apache2/ports.conf''' add line <source lang="bash"> NameVirtualHost *:443 </source> to resolve t...") |
|||
Zeile 1: | Zeile 1: | ||
+ | == Create a own SSL certificate == | ||
+ | |||
+ | http://mathias-kettner.de/lw_ca_zertifikat_erstellen.html | ||
+ | |||
+ | I created a certificate but I've seen that there already exists a cerificate (already using on mail.opensourceecology.de) | ||
+ | |||
+ | |||
== Add HTTPS on login pages of the Wiki and Forum --[[User:Tony Ford|Tony Ford]] ([[User talk:Tony Ford|talk]]) 23:26, 23 February 2013 (CET) == | == Add HTTPS on login pages of the Wiki and Forum --[[User:Tony Ford|Tony Ford]] ([[User talk:Tony Ford|talk]]) 23:26, 23 February 2013 (CET) == | ||
Version vom 24. Februar 2013, 11:52 Uhr
Create a own SSL certificate
http://mathias-kettner.de/lw_ca_zertifikat_erstellen.html
I created a certificate but I've seen that there already exists a cerificate (already using on mail.opensourceecology.de)
Add HTTPS on login pages of the Wiki and Forum --Tony Ford (talk) 23:26, 23 February 2013 (CET)
File: /etc/apache2/ports.conf
add line
NameVirtualHost *:443
to resolve the message at apache restart
[warn] _default_ VirtualHost overlap on port 443, the first has precedence
File: /ect/apache2/sites-enabled/...wiki
inserted https section
File: .../wiki/LocalSettings.php
set http to https
$wgServer = "https://wiki.opensourceecology.de";
Wiki HTTPS is now enabled and HTTP will redirected to HTTPS automatically