mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Replaced nginx native with openresty for logout injection. Right now still buggy on nextcloud and espocrm
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
    --certbot-credentials-file "{{ certbot_credentials_file }}"
 | 
			
		||||
    --certbot-dns-propagation-seconds "{{ certbot_dns_propagation_wait_seconds }}"
 | 
			
		||||
    {% else %}
 | 
			
		||||
    --certbot-webroot-path "{{ certbot_webroot_path }}"
 | 
			
		||||
    --certbot-webroot-path "{{ letsencrypt_webroot_path }}"
 | 
			
		||||
    {% endif %}
 | 
			
		||||
    {{ '--mode-test' if mode_test | bool else '' }}
 | 
			
		||||
  register: certbundle_result
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user