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 :: ubuntu windows root directory 
Shell :: ubuntu mount samba dir 
Shell :: install react redux 
Shell :: catkin install 
Shell :: blame in github 
Shell :: contain sql commands in dockerfile 
Shell :: Run valet secure 
Shell :: how to deploy to heroku 
Shell :: tail remove newline 
Shell :: android home linux 
Shell :: zgrep recursive 
Shell :: store command into array bash 
Shell :: jq select by field 
Shell :: ubuntu install docker-compose 
Shell :: restart bluetooth kali 
Shell :: remove directory not empty windows 
Shell :: how to remove a file from git but keep local and ignore file 
Shell :: docker machine install linux 
Shell :: how to update power shell with command 
Shell :: loop through a collection mongo db 
Shell :: @types/react-native-vector-icons 
Shell :: install minikube chocolatey 
Shell :: command line history search 
Shell :: git clone specific version 
Shell :: git edit user of last commit 
Shell :: automatically clean package cache in Arch Linux 
Shell :: how to restore deleted branch in git 
Shell :: change resolution of a video 
Shell :: git commands to push to github 
Shell :: create zip file command line 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =