mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	Added Infoblox references
This commit is contained in:
		
							parent
							
								
									4ddafb8e84
								
							
						
					
					
						commit
						d039295070
					
				| @ -421,6 +421,23 @@ Ok, let's issue a cert now: | ||||
| acme.sh --issue --dns dns_cloudns -d example.com -d www.example.com | ||||
| ``` | ||||
| 
 | ||||
| ## 22. Use Infoblox API | ||||
|   | ||||
| First you need to create/obtain API credentials on your Infoblox appliance. | ||||
|   | ||||
| ``` | ||||
| export Infoblox_Creds="username:password" | ||||
| export Infoblox_Server="ip or fqdn of infoblox appliance" | ||||
| ``` | ||||
|   | ||||
| Ok, let's issue a cert now: | ||||
| ``` | ||||
| acme.sh --issue --dns dns_infoblox -d example.com -d www.example.com | ||||
| ``` | ||||
|   | ||||
| Note: This script will automatically create and delete the ephemeral txt record. | ||||
| The `Infoblox_Creds` and `Infoblox_Server` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. | ||||
| 
 | ||||
| # Use custom API | ||||
| 
 | ||||
| If your API is not supported yet, you can write your own DNS API. | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user