mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 12:28:12 +00:00 
			
		
		
		
	support sha1
This commit is contained in:
		
							parent
							
								
									d4d1f0f4a9
								
							
						
					
					
						commit
						a6014bf04e
					
				
							
								
								
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								acme.sh
									
									
									
									
									
								
							@ -334,11 +334,11 @@ _digest() {
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  outputhex="$2"
 | 
					  outputhex="$2"
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  if [ "$alg" = "sha256" ] ; then
 | 
					  if [ "$alg" = "sha256" ] || [ "$alg" = "sha1" ]; then
 | 
				
			||||||
    if [ "$outputhex" ] ; then
 | 
					    if [ "$outputhex" ] ; then
 | 
				
			||||||
      echo $(openssl dgst -sha256 -hex | cut -d = -f 2)
 | 
					      echo $(openssl dgst -$alg -hex | cut -d = -f 2)
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
      openssl dgst -sha256 -binary | _base64
 | 
					      openssl dgst -$alg -binary | _base64
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
  else
 | 
					  else
 | 
				
			||||||
    _err "$alg is not supported yet"
 | 
					    _err "$alg is not supported yet"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user