1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-26 19:56:38 +02:00
Files
unrealircd/include
Bram Matthys 84776eeeb2 Add support for draft/sts http://ircv3.net/specs/core/sts-3.3.html
Docs: https://www.unrealircd.org/docs/Set_block#set::ssl::sts-policy::port
Example:
set {
    ssl {
        certificate "ssl/server.cert.pem";
        key "ssl/server.key.pem";
        sts-policy {
            port 6697;
            duration 180d;
        };
    };
};
IMPORTANT: Only use this if you know what STS is and what the
implications are. The most important things being A) set a correct
port and B) you need a 'real' SSL certificate and not a self-signed
certificate.

More documentation may follow at another place.
2017-08-09 14:16:03 +02:00
..
2017-06-02 08:56:24 +02:00
2002-03-05 23:09:39 +00:00
2002-01-19 17:04:04 +00:00
2015-10-16 15:32:10 -07:00
2015-07-28 21:44:32 +02:00
2002-02-16 20:15:41 +00:00
2015-10-11 17:31:59 +02:00
2016-05-12 16:57:32 +08:00
2016-05-12 16:57:32 +08:00
2016-05-12 16:57:32 +08:00
2000-02-28 22:45:44 +00:00
2004-05-12 22:02:05 +00:00
2000-07-14 20:22:59 +00:00
2004-05-13 16:39:23 +00:00
2015-12-24 14:04:04 +01:00
2004-02-22 02:52:12 +00:00