mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	Use openssl dgst -sha256 instead of openssl sha
This commit is contained in:
		
							parent
							
								
									084aaeb7e0
								
							
						
					
					
						commit
						0f71a9fe96
					
				
							
								
								
									
										2
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								le.sh
									
									
									
									
									
								
							| @ -574,7 +574,7 @@ issue() { | ||||
|   _debug HEADER "$HEADER" | ||||
|    | ||||
|   accountkey_json=$(echo -n "$jwk" | sed "s/ //g") | ||||
|   thumbprint=$(echo -n "$accountkey_json" | openssl sha -sha256 -binary | _base64 | _b64) | ||||
|   thumbprint=$(echo -n "$accountkey_json" | openssl dgst -sha256 -binary | _base64 | _b64) | ||||
|    | ||||
|    | ||||
|   _info "Registering account" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user