xref: /optee_test/cert/my.conf
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1[ req ]
2default_bits = 2048
3default_keyfile = my.key
4encrypt_key = no
5prompt = no
6distinguished_name = my_req_distinguished_name
7req_extensions = my_extensions
8[ my_req_distinguished_name ]
9C = AU
10ST = Some-State
11O = Testing testers
12[ my_extensions ]
13basicConstraints=CA:FALSE
14

Last Index update Sat Jun 03 09:59:21 CST 2023