mirror of
				https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
				synced 2025-10-31 10:37:47 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			174 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| openssl ca -batch -key mypassword -config openssl-ca.cnf -policy signing_policy -extensions signing_req_server -out mqttservercert.pem -infiles mqttservercert.csr
 | |
| 
 | 
