haiwen / seafile-docker

A Docker image for Seafile server
Other
536 stars 181 forks source link

acme-challenge 755 #311

Closed SkywalkerSpace closed 1 year ago

Pro100x3mal commented 1 year ago

After changing the values ​​of "chmod 750" to "chmod 755", letsencrypt works correctly. The problem is in the code, the certificate and the key do not move in the /shared/ssl/ directory. Pay attention to crt and cer values

-----END CERTIFICATE-----
[Wed 16 Nov 2022 12:19:09 PM UTC] Your cert is in: /shared/ssl//mydomain.com/mydomain.com.cer
[Wed 16 Nov 2022 12:19:09 PM UTC] Your cert key is in: /shared/ssl//mydomain.com/mydomain.com.key
[Wed 16 Nov 2022 12:19:09 PM UTC] The intermediate CA cert is in: /shared/ssl//mydomain.com/ca.cer
[Wed 16 Nov 2022 12:19:09 PM UTC] And the full chain certs is there: /shared/ssl//mydomain.com/fullchain.cer
[Wed 16 Nov 2022 12:19:09 PM UTC] _on_issue_success
Nginx reloaded.
nginx: [emerg] cannot load certificate "/shared/ssl/mydomain.com.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/shared/ssl/mydomain.com.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)