mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-30 23:39:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			533 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			533 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| {{ ansible_managed | comment }}
 | |
| 
 | |
| # To generate the certificate, please use the following command
 | |
| # certbot --config /etc/letsencrypt/conf.d/nk20.ini certonly
 | |
| 
 | |
| # Use a 4096 bit RSA key instead of 2048
 | |
| rsa-key-size = 4096
 | |
| 
 | |
| # Always use the staging/testing server
 | |
| # server = https://acme-staging.api.letsencrypt.org/directory
 | |
| 
 | |
| # Uncomment and update to register with the specified e-mail address
 | |
| email = {{ note.email }}
 | |
| 
 | |
| # Uncomment to use a text interface instead of ncurses
 | |
| text = True
 | |
| 
 | |
| # Use DNS-01 challenge
 | |
| authenticator = nginx
 | |
| 
 |