From ac4158c1a6e120bf17fdd271ff4a459ab6caafc0 Mon Sep 17 00:00:00 2001 From: Richard Bonhomme Date: Sat, 20 Feb 2021 05:30:24 +0000 Subject: [PATCH] Disable tlskey_index_update rehash Signed-off-by: Richard Bonhomme --- easytls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/easytls b/easytls index b782ba7..52b4230 100755 --- a/easytls +++ b/easytls @@ -1995,6 +1995,9 @@ tlskey_index_update () rehash) # Fall through to save hash : + # Disabled - currently.. + error_msg "tlskey_index_update rehash: Failed." + return 1 ;; *) error_msg "Unknown index action: $update_index_action"