Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

generate ssl certbot nginx

$ sudo certbot --nginx -d example.com -d www.example.com
Comment

renew ssl certbot nginx

$ sudo certbot renew --dry-run
Comment

nginx ssl with certbot

certbot --nginx --redirect --agree-tos --no-eff-email -d oneclick.example.com -m admin@example.com
// or 
sudo certbot certonly --nginx
Comment

PREVIOUS NEXT
Code Example
Shell :: find files edited within last minute 
Shell :: how to push local code to git repository 
Shell :: download vs code in linux 
Shell :: failed to start daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid 
Shell :: linux open current directory in gui 
Shell :: how to check eigen version 
Shell :: get database url heroku 
Shell :: how to install angular cli in ubuntu 20.04 
Shell :: ansible command not found after pip install macos 
Shell :: conda install more-itertools 
Shell :: how to update vs code in linux 
Shell :: Unable to resolve module ./theming/DarkTheme from 
Shell :: ubuntu trash folder 
Shell :: docker machine ip 
Shell :: tar all files and subdirectories 
Shell :: linux scp with password 
Shell :: kill adb device or emulator 
Shell :: How to check the installed version of React-Native 
Shell :: turn off selinux centos 
Shell :: ubuntu list latest installed packages 
Shell :: nano .zshrc 
Shell :: get connected wifi password 
Shell :: error: pcap library not found! 
Shell :: apt install gnome desktop 
Shell :: airflow username password 
Shell :: composer 2 install in windows 10 
Shell :: meteor installation 
Shell :: check how much memory linux 
Shell :: apache config directory 
Shell :: docker no space left on device 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =