mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	Update README.md to fix typo: scrypt -> script
This commit is contained in:
		
							parent
							
								
									096d8992a1
								
							
						
					
					
						commit
						3e99ffe692
					
				@ -72,7 +72,7 @@ If your api is not supported yet,  you can write your own dns api.
 | 
				
			|||||||
Let's assume you want to name it 'myapi',
 | 
					Let's assume you want to name it 'myapi',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Create a bash script named  `~/.acme.sh/dns_myapi.sh`,
 | 
					1. Create a bash script named  `~/.acme.sh/dns_myapi.sh`,
 | 
				
			||||||
2. In the scrypt, you must have a function named `dns_myapi_add()`. Which will be called by acme.sh to add dns records.
 | 
					2. In the script, you must have a function named `dns_myapi_add()`. Which will be called by acme.sh to add dns records.
 | 
				
			||||||
3. Then you can use your api to issue cert like:
 | 
					3. Then you can use your api to issue cert like:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user