about summary refs log tree commit homepage
path: root/lib/yahns/config.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-09-26 21:16:47 +0000
committerEric Wong <e@80x24.org>2016-09-26 21:36:04 +0000
commit932fedb229889a82023ff4f3cad9e8e482ee4041 (patch)
treebf2c543cc538895e3462e972bead55c8e8f8ed01 /lib/yahns/config.rb
parent49bb21c176deb97904490409f15708f6a011008a (diff)
downloadyahns-932fedb229889a82023ff4f3cad9e8e482ee4041.tar.gz
HTTPS adds some level of privacy protection and helps marketing
(because we care soooo much about good marketing! :P).
Performance-wise, this reduces subjectAltName bloat when
negotiating connections and will also speed up occasional
certificate renewals when/if we drop the old name.

Also, not occupying the document root of a domain will make it
easier to add alternative site locations in the future, because
centralization sucks and I don't like the idea of anybody paying
ICANN or similar entities for domain names.
Diffstat (limited to 'lib/yahns/config.rb')
-rw-r--r--lib/yahns/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns/config.rb b/lib/yahns/config.rb
index 86774b8..98fe170 100644
--- a/lib/yahns/config.rb
+++ b/lib/yahns/config.rb
@@ -4,7 +4,7 @@
 # frozen_string_literal: true
 #
 # Implements a DSL for configuring a yahns server.
-# See http://yahns.yhbt.net/examples/yahns_multi.conf.rb for a full
+# See https://yhbt.net/yahns/examples/yahns_multi.conf.rb for a full
 # example configuration file.
 class Yahns::Config # :nodoc:
   # public within yahns itself, NOT a public interface for users outside