mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| certbot certonly --standalone\
 | |
|   -d $1\
 | |
|   -d api.$1\
 | |
|   -d auth.$1\
 | |
|   -d docs.$1\
 | |
|   -d ch.$1\
 | |
|   -d stats.$1\
 | |
|   -d status.$1\
 | |
|   -d dev.$1\
 | |
|   -d file.$2\
 |