mirror of
				https://github.com/go-acme/lego.git
				synced 2025-10-31 16:37:41 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			707 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			707 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| Name = "MyDNS.jp"
 | |
| Description = ''''''
 | |
| URL = "https://www.mydns.jp"
 | |
| Code = "mydnsjp"
 | |
| Since = "v1.2.0"
 | |
| 
 | |
| Example = '''
 | |
| MYDNSJP_MASTER_ID=xxxxx \
 | |
| MYDNSJP_PASSWORD=xxxxx \
 | |
| lego --email you@example.com --dns mydnsjp --domains my.example.org run
 | |
| '''
 | |
| 
 | |
| [Configuration]
 | |
|   [Configuration.Credentials]
 | |
|     MYDNSJP_MASTER_ID = "Master ID"
 | |
|     MYDNSJP_PASSWORD = "Password"
 | |
|   [Configuration.Additional]
 | |
|     MYDNSJP_POLLING_INTERVAL = "Time between DNS propagation check"
 | |
|     MYDNSJP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
 | |
|     MYDNSJP_TTL = "The TTL of the TXT record used for the DNS challenge"
 | |
|     MYDNSJP_HTTP_TIMEOUT = "API request timeout"
 | |
| 
 | |
| [Links]
 | |
|   API = "https://www.mydns.jp/?MENU=030"
 |