mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Remove generate private key step from docs
This commit is contained in:
		
							parent
							
								
									34f4109fbd
								
							
						
					
					
						commit
						e167be6d64
					
				@ -39,11 +39,9 @@
 | 
				
			|||||||
   touch config/db.sqlite
 | 
					   touch config/db.sqlite
 | 
				
			||||||
   ```
 | 
					   ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4. Create a WireGuard private key, headscale configuration, and a DERP map file. Refer to [tailscale sample](https://raw.githubusercontent.com/tailscale/tailscale/main/net/dnsfallback/dns-fallback-servers.json) for more guidance.
 | 
					4. Create a headscale configuration, and a DERP map file. Refer to [tailscale sample](https://raw.githubusercontent.com/tailscale/tailscale/main/net/dnsfallback/dns-fallback-servers.json) for more guidance.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ```shell
 | 
					   ```shell
 | 
				
			||||||
   wg genkey > config/private.key
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
   cp config.yaml.[sqlite|postgres].example config/config.yaml
 | 
					   cp config.yaml.[sqlite|postgres].example config/config.yaml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   cp derp-example.yaml config/derp.yaml
 | 
					   cp derp-example.yaml config/derp.yaml
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user