mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Add tls versions
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
		
							parent
							
								
									0ef1d4dc15
								
							
						
					
					
						commit
						70a77aefc0
					
				| 
						 | 
				
			
			@ -1,7 +1,10 @@
 | 
			
		|||
# HTTPS Package for Prometheus
 | 
			
		||||
 | 
			
		||||
The `https` directory contains a Go package and a sample configuration file for running `node_exporter` with HTTPS instead of HTTP.
 | 
			
		||||
When running a server with TLS use the flag `--web.config`
 | 
			
		||||
The `https` directory contains a Go package and a sample configuration file for
 | 
			
		||||
running `node_exporter` with HTTPS instead of HTTP. We currently support TLS 1.3
 | 
			
		||||
and TLS 1.2.
 | 
			
		||||
 | 
			
		||||
To run a server with TLS, use the flag `--web.config`.
 | 
			
		||||
 | 
			
		||||
e.g. `./node_exporter --web.config="web-config.yml"`
 | 
			
		||||
If the config is kept within the https directory.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue