Skip to content

gabskoro/letsencrypt-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Letsencrypt manager

####Features

  1. Installing letsencrypt
  2. Domain registering
  3. Domain renewal

####Install instructions

Copy this script to you server, make it executable

chmod +x letsencrypt-manager.sh

run it

./letsencrypt-manager.sh

and follow the instructions.

3. Domain renewal

Before renewing a domain you need to add this line of code in your server block.

location ~ /.well-known {
  allow all;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages