0b2c59e315
These can be used to generate certificates for developer testing of the OSU protocol. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
3 lines
128 B
Bash
Executable file
3 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
|
|
openssl ocsp -index demoCA/index.txt -port 8888 -nmin 5 -rsigner ocsp.pem -rkey ocsp.key -CA demoCA/cacert.pem -text
|