Plebia instance failed because of uppercase letter #4

Closed
opened 2022-10-04 06:15:07 +00:00 by dachary · 1 comment

Letsencrypt lowercases the domain name: the hostea dashboard should do the same to avoid failures down the line.

$ ls -l /etc/certificates/
total 0
lrwxrwxrwx 1 root root 52 Oct  4 02:14 Plebia.h.gna.org.chain.crt -> /etc/letsencrypt/live/Plebia.h.gna.org/fullchain.pem
lrwxrwxrwx 1 root root 47 Oct  4 02:14 Plebia.h.gna.org.crt -> /etc/letsencrypt/live/Plebia.h.gna.org/cert.pem
lrwxrwxrwx 1 root root 50 Oct  4 02:14 Plebia.h.gna.org.key -> /etc/letsencrypt/live/Plebia.h.gna.org/privkey.pem
 (eǝ) debian@Plebia-host:~$ ls -l /etc/certificates/Plebia.h.gna.org.crt
lrwxrwxrwx 1 root root 47 Oct  4 02:14 /etc/certificates/Plebia.h.gna.org.crt -> /etc/letsencrypt/live/Plebia.h.gna.org/cert.pem
 (eǝ) debian@Plebia-host:~$ sudo ls -l /etc/letsencrypt/live
total 8
-rw-r--r-- 1 root root  740 Oct  4 02:14 README
drwxr-xr-x 2 root root 4096 Oct  4 02:14 plebia.h.gna.org
Letsencrypt lowercases the domain name: the hostea dashboard should do the same to avoid failures down the line. ``` $ ls -l /etc/certificates/ total 0 lrwxrwxrwx 1 root root 52 Oct 4 02:14 Plebia.h.gna.org.chain.crt -> /etc/letsencrypt/live/Plebia.h.gna.org/fullchain.pem lrwxrwxrwx 1 root root 47 Oct 4 02:14 Plebia.h.gna.org.crt -> /etc/letsencrypt/live/Plebia.h.gna.org/cert.pem lrwxrwxrwx 1 root root 50 Oct 4 02:14 Plebia.h.gna.org.key -> /etc/letsencrypt/live/Plebia.h.gna.org/privkey.pem (eǝ) debian@Plebia-host:~$ ls -l /etc/certificates/Plebia.h.gna.org.crt lrwxrwxrwx 1 root root 47 Oct 4 02:14 /etc/certificates/Plebia.h.gna.org.crt -> /etc/letsencrypt/live/Plebia.h.gna.org/cert.pem (eǝ) debian@Plebia-host:~$ sudo ls -l /etc/letsencrypt/live total 8 -rw-r--r-- 1 root root 740 Oct 4 02:14 README drwxr-xr-x 2 root root 4096 Oct 4 02:14 plebia.h.gna.org ```
dachary added the
Bug
label 2022-10-04 06:15:07 +00:00
Poster
Owner

The customer was refunded and will create a new instance with a lowercase name to workaround the issue until this change is implemented in the dashboard.

The customer was refunded and will create a new instance with a lowercase name to workaround the issue until [this change](https://gitea.gna.org/Hostea/dashboard/issues/69) is implemented in the dashboard.
Sign in to join this conversation.
No Label
Bug
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hostea/support#4
There is no content yet.