From 0a47c08db07d0a01018aec34d10a294aed79fdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Tue, 5 Feb 2019 16:22:43 +0100 Subject: Use https:// for www.gnu.org and www.example.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Rühsen --- doc/certtool.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/certtool.cfg') diff --git a/doc/certtool.cfg b/doc/certtool.cfg index c5f2ddc778..9ec3aa2cc2 100644 --- a/doc/certtool.cfg +++ b/doc/certtool.cfg @@ -60,7 +60,7 @@ expiration_days = 700 # Alternatively you may set concrete dates and time. The GNU date string # formats are accepted. See: -# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html +# https://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html #activation_date = "2004-02-29 16:21:42" #expiration_date = "2025-02-29 16:24:41" @@ -72,7 +72,7 @@ expiration_days = 700 #dns_name = "www.morethanone.org" # A subject alternative name URI -#uri = "http://www.example.com" +#uri = "https://www.example.com" # An IP address in case of a server. #ip_address = "192.168.1.1" @@ -153,11 +153,11 @@ encryption_key # Certificate policies #policy1 = 1.3.6.1.4.1.5484.1.10.99.1.0 #policy1_txt = "This is a long policy to summarize" -#policy1_url = http://www.example.com/a-policy-to-read +#policy1_url = https://www.example.com/a-policy-to-read #policy2 = 1.3.6.1.4.1.5484.1.10.99.1.1 #policy2_txt = "This is a short policy" -#policy2_url = http://www.example.com/another-policy-to-read +#policy2_url = https://www.example.com/another-policy-to-read # Name constraints -- cgit v1.2.1