summaryrefslogtreecommitdiff
path: root/src/certtool-args.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r--src/certtool-args.def14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index 55880ca9f0..27ca2c8ed4 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -902,7 +902,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"
@@ -926,7 +926,7 @@ expiration_days = 700
#krb5_principal = HTTP/user@@REALM.COM
# 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"
@@ -951,7 +951,7 @@ challenge_password = 123456
# An URL that has CRLs (certificate revocation lists)
# available. Needed in CA certificates.
-#crl_dist_points = "http://www.getcrl.crl/getcrl/"
+#crl_dist_points = "https://www.getcrl.crl/getcrl/"
# Whether this is a CA certificate or not
#ca
@@ -1074,19 +1074,19 @@ encryption_key
#path_len = 2
# OCSP URI
-# ocsp_uri = http://my.ocsp.server/ocsp
+# ocsp_uri = https://my.ocsp.server/ocsp
# CA issuers URI
-# ca_issuers_uri = http://my.ca.issuer
+# ca_issuers_uri = https://my.ca.issuer
# 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
# The number of additional certificates that may appear in a
# path before the anyPolicy is no longer acceptable.