Results 9 comments of serverco

Been a little busy recently - I'll take a look at adding this though ( or happy to have a PR for it )

Thanks - I've been away / busy for a while - I'll try and catch up with the backlog of issues / PR's here.

I'm assuming you have modified the config file to correct it for your domain. The process of obtaining a certificate works by placing a file in http://example.com/.well-known/acme-challenge/xxxx where example.com is...

The "ftp / ssh" section of the config file I assume you mean is where you define the ACL ( the acme challenge location ). This should be defined as...

Correct, it should be your web root, followed by .well-known/acme-challenge ( I just don't know what the web root location on a specific setup )

Good point, thanks :) I'll update the wiki, and change the default comments in the config file.

Does the wiki help - https://github.com/srvrco/getssl/wiki/Config-variables The ACME Challenge Location for the domain and each SAN. These are included in quotes, so for a main domain and a single SAN...

The DNS challenge would be the best ( if you have an API for your dns - then you can automate it. To complete it manually it would need the...

> So are you saying that the ssh directives are not required if the site directive is listed as eg; '/home/somedomain/www/.well-known/acme-challenge'? In other words the ssh directive is an alternative?...