| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ RUN yum install -y epel-release \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && mkdir -p /var/www/html/.well-known \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && mkdir -p /var/log/letsencrypt \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && touch /var/log/letsencrypt/letsencrypt.log \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    && chmod +x /tmp/err_trap 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    && chmod +x /tmp/err_trap \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && chmod +x /tmp/generate.sh \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && chmod +x /tmp/renewal.sh \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     && chmod +x /tmp/healthcheck.sh \ 
			 |