mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	docs: Modify dev SSL/certbot setup docs to match script.
The docs specify passing hostname with the --hostname flag, which doesn't match the actual usage in scripts/setup/setup-certbot. This change fixes the docs to match the actual usage.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							01adbc3a2e
						
					
				
				
					commit
					8020247b79
				
			@@ -244,7 +244,7 @@ different.
 | 
				
			|||||||
    mkdir -p /var/lib/zulip/certbot-webroot/
 | 
					    mkdir -p /var/lib/zulip/certbot-webroot/
 | 
				
			||||||
    # if nginx running this will fail and you need to run `service nginx stop`
 | 
					    # if nginx running this will fail and you need to run `service nginx stop`
 | 
				
			||||||
    /home/zulipdev/zulip/scripts/setup/setup-certbot \
 | 
					    /home/zulipdev/zulip/scripts/setup/setup-certbot \
 | 
				
			||||||
      --hostname=hostname.example.com --no-zulip-conf \
 | 
					      hostname.example.com --no-zulip-conf \
 | 
				
			||||||
      --email=username@example.com --method=standalone
 | 
					      --email=username@example.com --method=standalone
 | 
				
			||||||
    ```
 | 
					    ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user