 0b2c59e315
			
		
	
	
		0b2c59e315
		
	
	
	
	
		
			
			These can be used to generate certificates for developer testing of the OSU protocol. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| openssl ocsp \
 | |
| 	-no_nonce \
 | |
| 	-CAfile ca.pem \
 | |
| 	-verify_other demoCA/cacert.pem \
 | |
| 	-issuer demoCA/cacert.pem \
 | |
| 	-cert server.pem \
 | |
| 	-url http://localhost:8888/ \
 | |
| 	-respout ocsp-server-cache.der
 |