mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 13:55:25 +01:00 
			
		
		
		
	Merge pull request #1817 from drwetter/le_issuer_fix1816
Fix issuer check for Let's Encrypt
This commit is contained in:
		| @@ -9068,7 +9068,7 @@ certificate_info() { | |||||||
| 
 | 
 | ||||||
|      # We adjust the thresholds by %50 for LE certificates, relaxing warnings for those certificates. |      # We adjust the thresholds by %50 for LE certificates, relaxing warnings for those certificates. | ||||||
|      # . instead of \' because it does not break syntax highlighting in vim |      # . instead of \' because it does not break syntax highlighting in vim | ||||||
|      if [[ "$issuer_CN" =~ ^Let.s\ Encrypt\ Authority ]] ; then |      if [[ "$issuer_O" =~ ^Let.s\ Encrypt ]] ; then | ||||||
|           days2warn2=$((days2warn2 / 2)) |           days2warn2=$((days2warn2 / 2)) | ||||||
|           days2warn1=$((days2warn1 / 2)) |           days2warn1=$((days2warn1 / 2)) | ||||||
|      fi |      fi | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Dirk Wetter
					Dirk Wetter