blob: 3ab6a9b7ffdb3cc761bd175034f9e5b30c65a05b (
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
|
# This certificate is used in
# - src/tests/cmocka/test_cert_utils.c
# - src/tests/cmocka/test_pam_srv.c
# - src/tests/cmocka/test_ssh_srv.c
# to test for non default values of the exponent in RSA and an unexpected character in the CN
[ req ]
distinguished_name = req_distinguished_name
prompt = no
[ req_distinguished_name ]
O = SSSD
OU = SSSD test
CN = SSSD test cert 0007 /oddchar
[ req_exts ]
basicConstraints = CA:FALSE
subjectKeyIdentifier = hash
keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment
extendedKeyUsage = clientAuth, emailProtection
subjectAltName = email:sssd-devel@lists.fedorahosted.org,URI:https://github.com/SSSD/sssd//
crlDistributionPoints=@crl_section
[crl_section]
URI.1 = http://localhost/intCA.crl
|