21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			376 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # localhost.daplie.com-server
 | |
| Serves HTTPS using TLS (SSL) certs for localhost.daplie.com - great for testing and development.
 | |
| 
 | |
| Install
 | |
| -------
 | |
| 
 | |
| ```bash
 | |
| npm install --global serve-https
 | |
| serve-https
 | |
| ```
 | |
| 
 | |
| ```
 | |
| Serving /Users/foo/ at https://localhost.daplie.com:1443
 | |
| ```
 | |
| 
 | |
| Usage
 | |
| -----
 | |
| 
 | |
| * `-p <port>` - i.e. `sudo serve-https -p 443`
 | |
| * `-d <dirpath>` - i.e. `serve-https -d /tmp/`
 |