8 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			160 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| greenlock \
 | |
|   --agree-tos --email 'john.doe@gmail.com' \
 | |
|   --standalone \
 | |
|   --domains example.com,www.example.com \
 | |
|   --config-dir ~/acme.test/etc
 |