mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 19:17:13 -05:00 
			
		
		
		
	Renames the email certificate so it doesn't get read during Docker startup (#4346)
This commit is contained in:
		
							parent
							
								
									e52ae28426
								
							
						
					
					
						commit
						b18b070622
					
				@ -501,7 +501,7 @@ HTTP header/value expected by Django, eg `'["HTTP_X_FORWARDED_PROTO", "https"]'`
 | 
				
			|||||||
    Settings this value has security implications.  Read the Django documentation
 | 
					    Settings this value has security implications.  Read the Django documentation
 | 
				
			||||||
    and be sure you understand its usage before setting it.
 | 
					    and be sure you understand its usage before setting it.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### [`PAPERLESS_EMAIL_CERTIFICATE_FILE=<path>`](#PAPERLESS_EMAIL_CERTIFICATE_FILE) {#PAPERLESS_EMAIL_CERTIFICATE_FILE}
 | 
					#### [`PAPERLESS_EMAIL_CERTIFICATE_LOCATION=<path>`](#PAPERLESS_EMAIL_CERTIFICATE_LOCATION) {#PAPERLESS_EMAIL_CERTIFICATE_LOCATION}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
: Configures an additional SSL certificate file containing a [certificate](https://docs.python.org/3/library/ssl.html#certificates)
 | 
					: Configures an additional SSL certificate file containing a [certificate](https://docs.python.org/3/library/ssl.html#certificates)
 | 
				
			||||||
or certificate chain which should be trusted for validating SSL connections against mail providers.
 | 
					or certificate chain which should be trusted for validating SSL connections against mail providers.
 | 
				
			||||||
 | 
				
			|||||||
@ -483,7 +483,7 @@ CSRF_COOKIE_NAME = f"{COOKIE_PREFIX}csrftoken"
 | 
				
			|||||||
SESSION_COOKIE_NAME = f"{COOKIE_PREFIX}sessionid"
 | 
					SESSION_COOKIE_NAME = f"{COOKIE_PREFIX}sessionid"
 | 
				
			||||||
LANGUAGE_COOKIE_NAME = f"{COOKIE_PREFIX}django_language"
 | 
					LANGUAGE_COOKIE_NAME = f"{COOKIE_PREFIX}django_language"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EMAIL_CERTIFICATE_FILE = __get_path("PAPERLESS_EMAIL_CERTIFICATE_FILE")
 | 
					EMAIL_CERTIFICATE_FILE = __get_path("PAPERLESS_EMAIL_CERTIFICATE_LOCATION")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
###############################################################################
 | 
					###############################################################################
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user