aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexandre Alouit <alexandre.alouit@gmail.com>2015-11-26 02:12:51 +0100
committerAlexandre Alouit <alexandre.alouit@gmail.com>2015-11-26 02:12:51 +0100
commit7508d70198192aba9678d7dedc446a1ecb127d8b (patch)
tree31a4f648824ebbacffef20ed6cc0953d04f0b9ce /README.md
parent9ea9794d8b8babae7cb670f8d187f16fbf0ed848 (diff)
improvement & bugfix
use complete files instead patch fix subdomain auto-redirection
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.md b/README.md
index 4ca41ef..c16ac1d 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@ ISPConfig Let's Encrypt
=========================
-# REQUIRREMENTS
+# REQUIREMENTS
Let's Encrypt installed
-ISPConfig 3.0.5.4p8 or newer
+ISPConfig (select version in branche)
Apache or Nginx
@@ -24,6 +24,11 @@ After install, a new checkbox will be available in editing website, just check i
## MANUAL INSTALLATION
+- go to dir
+```
+cd ISPConfig-letsencrypt
+```
+
- patch or create Let's Encrypt configuration
```
cp ./cli.ini /etc/letsencrypt/cli.ini
@@ -31,12 +36,9 @@ cp ./cli.ini /etc/letsencrypt/cli.ini
patch /etc/letsencrypt/cli.ini < ./cli.ini.patch
```
-- patch ISPConfig
+- patch ISPConfig (merge all files from ./src to /usr/local/ispconfig)
```
-cp ispconfig.patch /usr/local/ispconfig/ispconfig.patch
-cd /usr/local/ispconfig
-patch -p3 < ./ispconfig.patch
-rm ./ispconfig.patch
+rsync -av ./src/ /usr/local/ispconfig/
```
- prepare apache
@@ -62,4 +64,4 @@ crontab -e
- sql queries:
```
ALTER TABLE `web_domain` ADD `ssl_letsencrypt` enum('n','y') NOT NULL DEFAULT 'n';
-``` \ No newline at end of file
+```