mirror of
				https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
				synced 2025-10-31 18:47:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			140 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			140 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| echo Generating decrypted version of the server key
 | |
| openssl rsa -passin pass:mypassword -in serverkey.pem -out serverkey_dec.pem
 | |
| 
 | 
