5 lines
		
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #! /bin/bash
 | |
| systemctl stop haproxy
 | |
| certbot renew --standalone --cert-name neko.tormakristof.eu
 | |
| systemctl start haproxy
 |