Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how t oadd ssl to a subdomain in nginx


$ sudo apt install -y certbot

# stop nginx service, this is a must
$ sudo systemctl stop nginx

# generate an ssl certificate
$ sudo certbot certonly -d shop.example.com -d dashboard.example.com

Comment

PREVIOUS NEXT
Code Example
Shell :: git squash branch 
Shell :: git pull remote 
Shell :: unzip in folder 
Shell :: multiline comment in bash 
Shell :: yarn not working after install 
Shell :: install aptitude debian 
Shell :: github comment code block new line 
Shell :: raspberrypi open port 
Shell :: replace tab sed 
Shell :: clean remote branch vscode 
Shell :: generate signing key android 
Shell :: print in bash 
Shell :: enable site 
Shell :: pull unmerged branch 
Shell :: bashrc sleep command 
Shell :: push to existing repo github 
Shell :: INSTALL gedit on kali linux 
Shell :: bash store pipe output in variable 
Shell :: how to open file in linux 
Shell :: github copilot neovim 
Shell :: uninstall package with yarn 
Shell :: ubuntu monitor io 
Shell :: ps see full command 
Shell :: remove empty pdf page 
Shell :: how to install snapd on ubuntu 
Shell :: concat strings inside array bash script 
Shell :: get last 10 lines of log 
Shell :: where are dns entries on linux 
Shell :: Delete all linux package 
Shell :: Help manual in linux 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =