Added submodule contents into tree
This commit is contained in:
17
externals/mbedtls/tests/data_files/server1.req.sha256.conf
vendored
Normal file
17
externals/mbedtls/tests/data_files/server1.req.sha256.conf
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
req_extensions = req_ext
|
||||
|
||||
[req_ext]
|
||||
extendedKeyUsage = serverAuth
|
||||
subjectAltName = @alt_names
|
||||
|
||||
[alt_names]
|
||||
email = mail@example.com
|
||||
DNS = example.com
|
||||
dirName = dirname_sect
|
||||
IP = 127.0.0.1
|
||||
URI = http://pki.example.com
|
||||
|
||||
[dirname_sect]
|
||||
C=UK
|
||||
O=Mbed TLS
|
||||
CN=Mbed TLS directoryName SAN
|
||||
Reference in New Issue
Block a user