https://github.com/maurodelazeri/gorilla
SSL validation based on vhosts
https://github.com/maurodelazeri/gorilla
apache ngnix ssl-validation
Last synced: 8 months ago
JSON representation
SSL validation based on vhosts
- Host: GitHub
- URL: https://github.com/maurodelazeri/gorilla
- Owner: maurodelazeri
- License: apache-2.0
- Created: 2017-08-17T18:42:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T10:52:26.000Z (over 7 years ago)
- Last Synced: 2025-01-05T09:21:57.485Z (9 months ago)
- Topics: apache, ngnix, ssl-validation
- Language: Go
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorilla
SSL validation based on vhosts
## Possible outputs
```
./gorilla
OK - All certs are updated.
``````
./gorilla -dirs="/var/apache2/vhosts" -daysexpiration=5
WARNING - Checked 1 cert that need to be updated, please check for more details /etc/certificates.lock
```## Dynamic parameters
```
go run gorilla.go -help
-daysexpiration int
Number of days before warning (default 15)
-dirs string
Directories be checked to find certs (default "/etc/nginx/sites-enabled,/etc/apache2/sites-enabled,/etc/nginx/vhosts.d,/etc/apache2/vhosts.d")
-letsencrypt
Check only if the certificate was issued by letsencrypt (default true)
-lockfike string
Lock file location (default "/etc/certificates.lock")
-verbosity int
0 = only errors, 1 = important things, 2 = all (default 2)
```