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
|
|
@ -1,7 +1,7 @@
|
|||
# Request configuration for client certificates
|
||||
#
|
||||
# Author: Jan Dittberner <jan@dittberner.info>
|
||||
# Date: 2011-05-04
|
||||
# Date: 2015-02-03
|
||||
|
||||
RANDFILE = $ENV::HOME/ca/.rnd
|
||||
|
||||
|
|
@ -9,10 +9,9 @@ RANDFILE = $ENV::HOME/ca/.rnd
|
|||
default_bits = 2048
|
||||
distinguished_name = req_distinguished_name
|
||||
req_extensions = v3_client_ext
|
||||
|
||||
# This sets a mask for permitted string types. There are several options.
|
||||
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
|
||||
string_mask = nombstr
|
||||
utf8 = yes
|
||||
default_md = sha256
|
||||
string_mask = utf8only
|
||||
|
||||
[ req_distinguished_name ]
|
||||
countryName = Country Name (2 letter code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue