Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

http sever with ssl start

$ http-server -S -C cert.pem -o
Starting up http-server, serving ./ through https
Available on:
  https:127.0.0.1:8080
  https:192.168.1.101:8080
  https:192.168.1.104:8080
Hit CTRL-C to stop the server
Comment

http sever with ssl

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
Comment

PREVIOUS NEXT
Code Example
Shell :: open podfile in xcode from terminal 
Shell :: grep lines after match 
Shell :: run latex from command line 
Shell :: how to run .sh script in mac 
Shell :: discord unexpected token = 
Shell :: raspberry pi change permissions /var/www 
Shell :: git clone tag 
Shell :: kali tools 
Shell :: QSslSocket: cannot resolve CRYPTO_set_id_callback QSslSocket: cannot resolve CRYPTO_set_locking_callback QSslSocket: cannot resolve sk_free QSslSocket 
Shell :: bash print output to one line 
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: how to get deployment token from firebase 
Shell :: ssh custom port fla 
Shell :: Could not find an NgModule. Use the skip-import option to skip importing in NgModule. 
Shell :: pdf to jpg terminal 
Shell :: git archive 
Shell :: all git commands 
Shell :: rsync only updated files 
Shell :: git exclude some files from git commit 
Shell :: how to exit docker 
Shell :: update path variable mac 
Shell :: check linux file size 
Shell :: install aws cli version 2 mac 
Shell :: unzip rar 
Shell :: installing redis on mac 
Shell :: squash commit history git 
Shell :: install solana anchor 
Shell :: ubuntu install lamp 
Shell :: whereis 
Shell :: gcloud shell ssh 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =