Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

certbot add new domain

sudo certbot --apache -d your_domain -d www.your_domain
Comment

add domains to certbot

sudo certbot --expand -d newsub.existingdomain.com -d newsub.newdomain.com
Comment

add new domain again with certbot

# Incase you made new changes to the conf
sudo systemctl reload nginx
sudo certbot certonly --nginx --webroot --webroot-path=/var/www/html --email mail@email.com --agree-tos --no-eff-email --staging -d example.io  -d example.io --break-my-certs
Comment

PREVIOUS NEXT
Code Example
Shell :: how to uninstall kernel jupyter 
Shell :: w: some index files failed to download kali linux 
Shell :: copy ssh keys to remote server windows 10 openSSH 
Shell :: gitignore ios project 
Shell :: brew update git 
Shell :: voice recorder for ubuntu 20.04 
Shell :: brew install ngrok 
Shell :: unzip xz file linux 
Shell :: error mounting /dev/sdb1 at /media/ 
Shell :: how to install mongodb on ubuntu 22.04 
Shell :: conda install lightgbm 
Shell :: update nodejs centos 
Shell :: Install yarn via npm global 
Shell :: powershell print env all 
Shell :: ffmpeg trim video 
Shell :: find depth 1 
Shell :: bash remove duplicate lines from a file 
Shell :: check git version linux 
Shell :: git case sensitive folder 
Shell :: powershell check if string contains a word 
Shell :: bash multiple commands one line 
Shell :: wget with username and password 
Shell :: find file with text in the file recursively 
Shell :: git global ignore 
Shell :: clockwork 
Shell :: scikit-learn install error 
Shell :: cancel merge 
Shell :: range of random numbers bash 
Shell :: install uvicorn 
Shell :: subtract first time step paraview 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =