mirror of
				https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
				synced 2025-10-31 02:27:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			140 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			140 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| echo Generating decrypted version of the client key
 | |
| openssl rsa -passin pass:mypassword -in clientkey.pem -out clientkey_dec.pem
 | |
| 
 | 
