analogic / lemanager

Simple containerized web application for managing, issuing certificates (and email alerting) from Let's Encrypt certificate authority.
107 stars 24 forks source link

More info needed how this should work #2

Closed conradhagemans closed 8 years ago

conradhagemans commented 8 years ago

I tried to setup LE-manager up without docker. I had to install composer. LE-manager is haevily depending on it. What I did:

Then the basic is installed. Now you can open the webpage with https://domain/lemanager/index.php

I get it more or less working. All calls to other pages are done without .php extension. I added them. Next by default LE-manager is looking in de /data directory for certificates. I have them installed add /etc/letsencrypt/live/DOMAIN-NAME. Where to changes this? I have running about 15 domains/websites on the server. How to get it running with existing certificates?

conradhagemans commented 8 years ago

Small typo:

Now you can open the webpage with https://domain/lemanager/web/index.php

Forgot the /web sub-folder

ToeiRei commented 8 years ago

You might be missing a "php composer.phar install" in your first comment.

conradhagemans commented 8 years ago

Thanks. I will try it out.

ToeiRei commented 8 years ago

you noticed the nginx and other config fragments?