https://github.com/0verfl0w767/letsencrypt-certificate-expiry-notifier
Notifies you about Let's Encrypt SSL certificate expiration dates.
https://github.com/0verfl0w767/letsencrypt-certificate-expiry-notifier
letsencrypt-certificates notifier ssl-certificates
Last synced: 2 months ago
JSON representation
Notifies you about Let's Encrypt SSL certificate expiration dates.
- Host: GitHub
- URL: https://github.com/0verfl0w767/letsencrypt-certificate-expiry-notifier
- Owner: 0verfl0w767
- License: mit
- Created: 2025-02-16T10:22:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T10:29:42.000Z (over 1 year ago)
- Last Synced: 2025-02-16T11:24:43.535Z (over 1 year ago)
- Topics: letsencrypt-certificates, notifier, ssl-certificates
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LetsEncrypt-Certificate-Expiry-Notifier
## Explanation
1. Create the `notifier.sh` file and copy and paste the content into it.
2. Add the `~/notifier.sh` script to the `~/.bashrc` file so that it runs every time you open a terminal.
3. Use the source `~/.bashrc` command to apply the changes.
4. Now, after modifying `~/.bashrc`, the `notifier.sh` script will run every time you open a new terminal, notifying you about SSL certificate expiration alerts.
## 설명
1. `notifier.sh` 파일을 생성하고 내용을 복사해서 붙여넣기 합니다.
2. `~/.bashrc` 파일에 `~/notifier.sh` 스크립트를 추가하여 터미널을 열 때마다 실행되도록 설정합니다.
3. `source ~/.bashrc` 명령어를 사용하여 변경된 내용을 적용합니다.
4. 이제 `~/.bashrc`를 수정하고 터미널을 연결할 때마다 `notifier.sh` 스크립트가 실행되어 SSL 인증서 만료 알림을 받을 수 있습니다.