Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

certbot add new domain pache

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 see the history of the cmd 
Shell :: how completely remove kde 
Shell :: ssh-copy-id windows 
Shell :: how i can install composer after download froject from githb 
Shell :: mac os terminal bash command not found 
Shell :: voice recorder for ubuntu 
Shell :: linux check cpu core 
Shell :: download gimp ubuntu 
Shell :: scan network for devices linux 
Shell :: how to install opencv in jupyter notebook windows 
Shell :: a2ensite example 
Shell :: add env variable mac zsh 
Shell :: yarn: command not found 
Shell :: brew service start redis 
Shell :: how to install kivy in ubuntu 
Shell :: pip install hashlib 
Shell :: ubuntu software not opening 
Shell :: grep before and after 
Shell :: git track filename capitalisation 
Shell :: kill all process that match in grep 
Shell :: bash combine commands 
Shell :: No matching distribution found for PyJWT==2.0.1 
Shell :: bash search file in directory 
Shell :: how to check running services in linux 
Shell :: install clockwork laravel 
Shell :: redisclient apt get 
Shell :: abort git merge 
Shell :: git push current project to master 
Shell :: Updating SpaceVim Manually 
Shell :: download chrome command line kali linux 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =