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

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

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
```