mirror of
https://github.com/espressif/openthread.git
synced 2026-09-07 01:30:11 +00:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# This file contains X509v3 extension definitions for OpenSSL
|
|
# certificate generation.
|
|
|
|
[ ca ]
|
|
subjectAltName = email:[email protected]
|
|
keyUsage = critical, digitalSignature, keyCertSign, cRLSign
|
|
basicConstraints = critical,CA:TRUE
|
|
subjectKeyIdentifier = hash
|
|
authorityKeyIdentifier = none
|