update conf files to modern standards
- use SHA256 as default_md for all requests - use UTF-8 as mandated by RFC-2459 - bump default key size for CA certificate requests to 4096 bits - remove whitespace at end of line - update change dates
This commit is contained in:
parent
e61cc1c0ac
commit
7953dca56f
6 changed files with 22 additions and 26 deletions
|
|
@ -2,11 +2,11 @@
|
|||
# this CA should be used to sign client and server certificates
|
||||
#
|
||||
# Author: Jan Dittberner <jan@dittberner.info>
|
||||
# Date: 2011-05-04
|
||||
# Date: 2015-02-03
|
||||
|
||||
RANDFILE = $ENV::HOME/subca/.rnd
|
||||
|
||||
extensions = v3_ext
|
||||
extensions = v3_ext
|
||||
|
||||
[ ca ]
|
||||
default_ca = EXAMPLESUBCA # name of the default CA section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue