Lines Matching +full:thread +full:- +full:cert
3 ---
9 … OID (Object Identifier), is marked as "Critical" or "Non-Critical", and includes the extension-sp…
13 The directory `auth-generate` contains example scripts and a Makefile to generate TCAT Commissioner…
18 cd auth-generate
22 …ities. Each subdirectory can be used as a value for the BBTC Commissioner `--cert_path` argument, …
24 …-generate/ca` contains an example CA certificate and private key (for signing). Other CAs can be a…
28 Thread TCAT uses Elliptic Curve Cryptography (ECC), so we use the `ecparam` `openssl` argument to g…
35 openssl ecparam -genkey -name prime256v1 -out ca_key.pem
41 openssl req -new -sha256 -key ca_key.pem -out ca.csr
47 openssl req -x509 -sha256 -days 365 -key ca_key.pem -in ca.csr -out ca_cert.pem
53 openssl x509 -in ca_cert.pem -text -noout
61 openssl ecparam -genkey -name prime256v1 -out commissioner_key.pem
67 openssl req -new -sha256 -key commissioner_key.pem -out commissioner.csr -config commissioner.cnf
73 openssl x509 -req -in commissioner.csr -CA ca_cert.pem -CAkey ca_key.pem -out commissioner_cert.pem…
79 openssl x509 -in commissioner_cert.pem -text -noout
85 openssl asn1parse -inform PEM -in commissioner_cert.pem
90 …70.3 = DER:21:01:01:01:01` specifies permissions (all)) See scripts in `auth-generate` directory f…