0b2c59e315
These can be used to generate certificates for developer testing of the OSU protocol. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
openssl asn1parse -genconf est-csrattrs.cnf -out est-csrattrs.der -oid hs20.oid
|
|
base64 est-csrattrs.der > est-attrs.b64
|