mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-16 00:57:28 -05:00
Test certificates support requirements of openssl 3.0:
- AES-256-CBC encryption algorithm for PKCS#12 files - required configuration file options Export LD_LIBRARY_PATH
This commit is contained in:

committed by
Michał Trojnara

parent
407579ca58
commit
46d43d70b3
@ -11,6 +11,7 @@ crl_dir = $dir/demoCA
|
||||
new_certs_dir = $dir/demoCA
|
||||
database = $dir/demoCA/index.txt
|
||||
serial = $dir/demoCA/serial
|
||||
rand_serial = yes
|
||||
private_key = $dir/demoCA/CA.key
|
||||
certificate = $dir/tmp/CACert.pem
|
||||
crl_extensions = crl_ext
|
||||
@ -20,6 +21,9 @@ policy = policy_match
|
||||
default_startdate = 180101000000Z
|
||||
default_enddate = 260101000000Z
|
||||
x509_extensions = v3_intermediate_ca
|
||||
email_in_dn = yes
|
||||
default_days = 3000
|
||||
unique_subject = no
|
||||
|
||||
[ req ]
|
||||
# Options for the `req` tool
|
||||
|
Reference in New Issue
Block a user