mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	* use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			Modula-2
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			272 B
		
	
	
	
		
			Modula-2
		
	
	
	
		
			Vendored
		
	
	
	
| module github.com/caddyserver/certmagic
 | |
| 
 | |
| go 1.14
 | |
| 
 | |
| require (
 | |
| 	github.com/klauspost/cpuid v1.2.5
 | |
| 	github.com/libdns/libdns v0.1.0
 | |
| 	github.com/mholt/acmez v0.1.1
 | |
| 	github.com/miekg/dns v1.1.30
 | |
| 	go.uber.org/zap v1.15.0
 | |
| 	golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
 | |
| )
 |