An open API service indexing awesome lists of open source software.

https://github.com/renjithspace/nginx-lets-encrypt-installer

Shell script to install Nginx and let's encrypt SSL certificate with auto-renewal in ubuntu server
https://github.com/renjithspace/nginx-lets-encrypt-installer

installer letsencrypt nginx shell-script webserver

Last synced: 2 months ago
JSON representation

Shell script to install Nginx and let's encrypt SSL certificate with auto-renewal in ubuntu server

Awesome Lists containing this project

README

          

# Ngnix - Let's encrypt installer
Shell script to install Nginx and let's encrypt SSL certificate with auto-renewal in ubuntu server

#### Prerequisites
1. Should be added `A` DNS records for both `domain.extension` and `www.domain.extension`

#### Run
Run below script with your `domain name`
```
$ chmod +x installer.sh && ./installer.sh domain.com
```