mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									4c99c0127b
								
							
						
					
					
						commit
						6e93ff8bca
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/usr/bin/env sh
 | 
					#!/usr/bin/env sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VER=2.7.4
 | 
					VER=2.7.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PROJECT_NAME="acme.sh"
 | 
					PROJECT_NAME="acme.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -3474,7 +3474,7 @@ issue() {
 | 
				
			|||||||
      token="$(printf "%s\n" "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
 | 
					      token="$(printf "%s\n" "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
 | 
				
			||||||
      _debug token "$token"
 | 
					      _debug token "$token"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      uri="$(printf "%s\n" "$entry" | _egrep_o '"uri":"[^"]*' | cut -d : -f 2,3 | tr -d '"')"
 | 
					      uri="$(printf "%s\n" "$entry" | _egrep_o '"uri":"[^"]*' | cut -d '"' -f 4)"
 | 
				
			||||||
      _debug uri "$uri"
 | 
					      _debug uri "$uri"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      keyauthorization="$token.$thumbprint"
 | 
					      keyauthorization="$token.$thumbprint"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user