mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	Another fix.
This commit is contained in:
		
							parent
							
								
									19277aec87
								
							
						
					
					
						commit
						a6c2d4b0e2
					
				@ -30,7 +30,7 @@ _saveaccountconf Namecom_Token "$Namecom_Token"
 | 
			
		||||
# Auth string
 | 
			
		||||
# Name.com API v4 uses http basic auth to authenticate
 | 
			
		||||
# need to convert the token for http auth
 | 
			
		||||
_namecom_auth=`printf "$Namecom_Username:$Namecom_Token" | base64`
 | 
			
		||||
_namecom_auth=$(printf "$Namecom_Username:$Namecom_Token" | base64)
 | 
			
		||||
 | 
			
		||||
#Usage: dns_namecom_add   _acme-challenge.www.domain.com   "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
 | 
			
		||||
dns_namecom_add() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user