Skip to content

Commit 7c74f50

Browse files
author
root
committed
readme update
Committer: Prajith <[email protected]>
1 parent f256eb1 commit 7c74f50

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
## letsencrypt-cpanel
2-
cPanel/WHM plugin for Let's Encrypt client (uses Perl and WHM API)
2+
This is a cPanel/WHM plugin for the [Let's Encrypt](https://letsencrypt.org/) client. This plugin uses Perl and the WHM API, and requires a server running cPanel and WHM on it.
3+
4+
Support for service SSL certificates has been recently added, and is considered to be in beta. Please report any issues you find so that we may address them.
5+
6+
### Installation
37

4-
# Installation
58
```
69
/usr/local/cpanel/3rdparty/bin/git clone https://github.com/Prajithp/letsencrypt-cpanel.git
710
cd letsencrypt-cpanel
811
./install.sh
912
```
10-
If everything goes well, you can see an icon in the WHM >> Plugins Section
13+
14+
If everything goes well, you will see a new icon in the `WHM >> Plugins` section. Existing certificates will be shown, and you will be able to register new SSL certificates for domains on the server that do not yet have SSL associated with it.
15+
16+
Any SSL certificates added will automatically attempt renewal. You should not need to manually renew the certificates.
17+
18+
### Upgrading
19+
20+
```
21+
cd letsencrypt-cpanel
22+
git pull
23+
./upgrade.sh
24+
```
25+
26+
### Uninstall
27+
28+
```
29+
cd letsencrypt-cpanel
30+
./uninstall.sh
31+
```
32+

0 commit comments

Comments
 (0)