mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-29 21:05:26 +01:00 
			
		
		
		
	Correct small inconsistency in comment
The main parameter is referred to as "<URI>" everywhere, except for in one comment, where it was "<host>". Made this consistent with other uses.
This commit is contained in:
		| @@ -164,7 +164,7 @@ fi | |||||||
| TERM_CURRPOS=0                                              # custom line wrapping needs alter the current horizontal cursor pos | TERM_CURRPOS=0                                              # custom line wrapping needs alter the current horizontal cursor pos | ||||||
|  |  | ||||||
| ## CONFIGURATION PART ## | ## CONFIGURATION PART ## | ||||||
| # following variables make use of $ENV, e.g. OPENSSL=<myprivate_path_to_openssl> ./testssl.sh <host> | # following variables make use of $ENV, e.g. OPENSSL=<myprivate_path_to_openssl> ./testssl.sh <URI> | ||||||
| # 0 means (normally) true here. Some of the variables are also accessible with a command line switch, see --help | # 0 means (normally) true here. Some of the variables are also accessible with a command line switch, see --help | ||||||
| declare -x OPENSSL OPENSSL_TIMEOUT | declare -x OPENSSL OPENSSL_TIMEOUT | ||||||
| FAST_SOCKET=${FAST_SOCKET:-false}       # EXPERIMENTAL feature to accelerate sockets -- DO NOT USE it for production | FAST_SOCKET=${FAST_SOCKET:-false}       # EXPERIMENTAL feature to accelerate sockets -- DO NOT USE it for production | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tom Wassenberg
					Tom Wassenberg