| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -6,7 +6,7 @@ use crate::resources::{ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  Resource, ServeCustom, ServePhp, ServeRedir, ServeService, ServeStatic, StoredDirectory,
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  SystemdSocketService, User, UserForDomain, WordpressPlugin, WordpressTranslation,
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					};
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use crate::static_files::LETS_ENCRYPT_X3_CROSS_SIGNED;
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use crate::static_files::LETS_ENCRYPT_R3_CROSS_SIGNED;
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use crate::storage::SimpleStorage;
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use crate::storage::Storage;
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					use crate::symbols::acme::Cert as CertSymbol;
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -676,7 +676,7 @@ impl ImplementationBuilder<AcmeRootCert> for DefaultBuilder { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    target: &<AcmeRootCert as Resource>::Artifact,
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    (): <Self::Prerequisites as ToArtifact>::Artifact,
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  ) -> Self::Implementation {
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    FileSymbol::new(target.clone().into(), LETS_ENCRYPT_X3_CROSS_SIGNED)
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    FileSymbol::new(target.clone().into(), LETS_ENCRYPT_R3_CROSS_SIGNED)
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  }
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					}
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |