https://github.com/sleede/letsencrypt
Install Let's encrypt on a server
https://github.com/sleede/letsencrypt
Last synced: 9 months ago
JSON representation
Install Let's encrypt on a server
- Host: GitHub
- URL: https://github.com/sleede/letsencrypt
- Owner: sleede
- License: mit
- Created: 2021-11-24T15:51:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T12:59:10.000Z (over 1 year ago)
- Last Synced: 2025-02-19T13:13:58.304Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# letsencrypt
Install Let's encrypt on a server
## Usage
- create a new certificate
```bash
mkcert example.com www.example.com
```
- delete a certificate
```bash
removecert example.com
```
- list all certificates
```bash
certificates
```
- renew all certificates
This is done automatically on 1st and 15 of each month but you can force renew by running the following:
```bash
systemctl start letsencrypt_renew.service
```