Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

certbot expand certificate

# List your certificates and copy all domains of the existing certificate
certbot certificates

# Run certbot will all domains + your new domain, sepereated by a ','
certbot --certname <certname> -d example.com,www.example.com,yournewdomain.example.com

# Now certbot will ask you, if you want to expand the cert, enter 'e'
# This also works, if you want to delete a domain from the list
Comment

use certbot to generate certificate

# certbot certonly --standalone -d myminio.com --staple-ocsp -m test@yourdomain.io --agree-tos
Comment

PREVIOUS NEXT
Code Example
Shell :: set root password kali 
Shell :: how to run shell script in linux 
Shell :: how to install vs code on fedora 
Shell :: ubuntu kill port 
Shell :: ubuntu capture screen 
Shell :: linux history with time 
Shell :: set trustedinstaller as owner 
Shell :: install heroku cli on linux 
Shell :: amazon linux install ssm agent 
Shell :: javascript bootstrap in reactJs 
Shell :: remove dbeaver ubuntu 7.1.5 
Shell :: scp send file 
Shell :: install plasma on ubuntu 
Shell :: how to install python on linux/terminal 
Shell :: kubernetes get inside pod 
Shell :: how to unmount drive in ubuntu 
Shell :: enable proxy in cmd 
Shell :: _csv.Error: line contains NULL byte 
Shell :: linux temp file 
Shell :: find process on linux 
Shell :: Create And Restore MongoDB Backups 
Shell :: mac check command line tools version 
Shell :: add local project to bitbucket 
Shell :: error: Not a valid ref: refs/remotes/origin/master 
Shell :: nuxt install pug 
Shell :: edit bash profile 
Shell :: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 
Shell :: linux delete user password 
Shell :: revert local commit 
Shell :: android studio (not installed) flutter ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =