mirror of
				https://github.com/optim-enterprises-bv/Mailu-OIDC.git
				synced 2025-11-04 03:58:07 +00:00 
			
		
		
		
	Ensure that Mailu keeps working even if it can't obtain a certificate from letsencrypt for one of the HOSTNAMES
This commit is contained in:
		@@ -15,6 +15,7 @@ command = [
 | 
				
			|||||||
    "--cert-name", "mailu",
 | 
					    "--cert-name", "mailu",
 | 
				
			||||||
    "--preferred-challenges", "http", "--http-01-port", "8008",
 | 
					    "--preferred-challenges", "http", "--http-01-port", "8008",
 | 
				
			||||||
    "--keep-until-expiring",
 | 
					    "--keep-until-expiring",
 | 
				
			||||||
 | 
					    "--allow-subset-of-names",
 | 
				
			||||||
    "--renew-with-new-domains",
 | 
					    "--renew-with-new-domains",
 | 
				
			||||||
    "--config-dir", "/certs/letsencrypt",
 | 
					    "--config-dir", "/certs/letsencrypt",
 | 
				
			||||||
    "--post-hook", "/config.py"
 | 
					    "--post-hook", "/config.py"
 | 
				
			||||||
@@ -28,6 +29,7 @@ command2 = [
 | 
				
			|||||||
    "--cert-name", "mailu-ecdsa",
 | 
					    "--cert-name", "mailu-ecdsa",
 | 
				
			||||||
    "--preferred-challenges", "http", "--http-01-port", "8008",
 | 
					    "--preferred-challenges", "http", "--http-01-port", "8008",
 | 
				
			||||||
    "--keep-until-expiring",
 | 
					    "--keep-until-expiring",
 | 
				
			||||||
 | 
					    "--allow-subset-of-names",
 | 
				
			||||||
    "--key-type", "ecdsa",
 | 
					    "--key-type", "ecdsa",
 | 
				
			||||||
    "--renew-with-new-domains",
 | 
					    "--renew-with-new-domains",
 | 
				
			||||||
    "--config-dir", "/certs/letsencrypt",
 | 
					    "--config-dir", "/certs/letsencrypt",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								towncrier/newsfragments/2467.bugfix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								towncrier/newsfragments/2467.bugfix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					Ensure that Mailu keeps working even if it can't obtain a certificate from letsencrypt for one of the HOSTNAMES
 | 
				
			||||||
		Reference in New Issue
	
	Block a user