mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	Merge pull request #883 from Neilpang/url
fix https://github.com/Neilpang/acme.sh/issues/881#issuecomment-30902…
This commit is contained in:
		
						commit
						eaa3de2dce
					
				
							
								
								
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1733,7 +1733,7 @@ _send_signed_request() { | |||||||
|     nonce="$_CACHED_NONCE" |     nonce="$_CACHED_NONCE" | ||||||
|     _debug2 nonce "$nonce" |     _debug2 nonce "$nonce" | ||||||
| 
 | 
 | ||||||
|     protected="$JWK_HEADERPLACE_PART1$nonce$JWK_HEADERPLACE_PART2" |     protected="$JWK_HEADERPLACE_PART1$nonce\", \"url\": \"${url}$JWK_HEADERPLACE_PART2" | ||||||
|     _debug3 protected "$protected" |     _debug3 protected "$protected" | ||||||
| 
 | 
 | ||||||
|     protected64="$(printf "%s" "$protected" | _base64 | _url_replace)" |     protected64="$(printf "%s" "$protected" | _base64 | _url_replace)" | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user