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

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.

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 인증서 만료 알림을 받을 수 있습니다.