summaryrefslogtreecommitdiff
blob: e4cce52870009a67630eba3211528d6f484779e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From dd9b4bad27bf0395c0836d41e61678ba39459422 Mon Sep 17 00:00:00 2001
From: graham <graham@space.grke.net>
Date: Tue, 16 Jun 2015 12:29:56 +0000
Subject: [PATCH] Set default_md=sha256 in CA.cnf.

---
 configs/certs/CA/CA.cnf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/certs/CA/CA.cnf b/configs/certs/CA/CA.cnf
index 097f5fa..608cbce 100644
--- a/configs/certs/CA/CA.cnf
+++ b/configs/certs/CA/CA.cnf
@@ -14,7 +14,7 @@ crlnumber               = $dir/crlnumber.txt
 
 unique_subject          = no
 
-default_md              = sha1
+default_md              = sha256
 default_days            = 7300
 default_crl_days        = 7300
 
-- 
2.5.0