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
- Host: GitHub
- URL: https://github.com/renjithspace/nginx-lets-encrypt-installer
- Owner: renjithspace
- Created: 2018-12-07T14:52:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T14:52:32.000Z (over 7 years ago)
- Last Synced: 2025-03-29T10:46:55.435Z (about 1 year ago)
- Topics: installer, letsencrypt, nginx, shell-script, webserver
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```