Problem/Motivation
I have installed:
Aegir HTTPS - https://www.drupal.org/project/hosting_https
following the documentation:
https://git.drupalcode.org/project/hosting_https/blob/HEAD/README.md
ALMOST all works when I verify I have 2 warning / errors:
copy(/var/aegir/config/letsencrypt.d/example.com/fullchain.pem): failed to open stream: No such file or directory FileSystem.php:19 - warning
failed to copy HTTPS certificate in place - warning
Steps to reproduce
https://git.drupalcode.org/project/hosting_https/blob/HEAD/README.md
Is a problem that someone else has experienced already?
The HTTPS is still not working although AEGIR seems that has generated the certificate but is not able to transfer to the right place (I guess).
Any idea how to solve this?
Thank you!
Gilles
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot from 2022-05-27 11-00-27.png | 85.47 KB | gilles9999 |
Comments
Comment #2
gilles9999 commentedComment #3
gilles9999 commentedI have resolved!
This what I did:
1. renamed fullchain-1653642518.pem to fullchain.pem
2. changed permission
chown -R aegir:aegir /var/aegir/config/letsencrypt.d/example.com/fullchain.pem
3. Verify
Works!