Improve and fix caddy configs
This commit is contained in:
		
							parent
							
								
									a03b11e28c
								
							
						
					
					
						commit
						843dadf285
					
				
					 6 changed files with 16 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -21,9 +21,9 @@
 | 
			
		|||
(acmedns) {
 | 
			
		||||
	tls {
 | 
			
		||||
		dns acmedns {
 | 
			
		||||
			username {args.0}
 | 
			
		||||
			password {args.1}
 | 
			
		||||
			subdomain {args.2}
 | 
			
		||||
			username "{args.0}"
 | 
			
		||||
			password "{args.1}"
 | 
			
		||||
			subdomain "{args.2}"
 | 
			
		||||
			server_url https://acme.serguzim.me
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue