acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
38.76k stars 4.92k forks source link

There are several questions about the Synology NAS tutorial #1095

Open shengmean opened 6 years ago

shengmean commented 6 years ago

Hello, very interested to be able to use such a convenient acme.sh tool, I through it, very easy to get a certificate, our country's network service provider does not provide 80 port, so only through manual DNS or DNSAPI way. In the use of the process, I have a few questions: 1, the tutorial shows export CERT_DOMAIN = "your-domain.tld" you-domain.tld, in the case of multi-domain name to create, such as I set up www.domain.com, nas.domain.com, mail. domain.com ..... 2, in the creation of a certificate column, is not missing a - installcert command, before I have been prompted to fail the command, and later by trying to enter the command acme.sh -d domain.com --installcert - certpath This was successful. I would like to know if the multi-domain name is not -d domain.com -d www.domain.com ..... --installcert --certpath like this operation, or use your-domain.tld this method? 3, after the success of the export pem, get three files, covering the default directory of the three files, do not need to import Synology NAS certificate? In the absence of import certificate, as if the default certificate did not take effect, when I joined the port landing NAS. Import the certificate in the Intermediate certificate through what orders to get? I am currently importing only Private Key and Certificate. 4, - what is the certificate of the chain.pem in the capath "$ CERT_FOLDER / chain.pem" command? 5, automatic update I can not read, so I do not know can not be configured correctly, the manual has been, I would like to know can not create a batch file, when the certificate is almost due, through SSH direct input 1 and 2 This completes the certificate update and the export. thank you.

Neilpang commented 6 years ago

what tutorial did you see ?