Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Wilson Edwards
at 2026-04-14 17:34:45
Point:500 Replies:7 POST_ID:829402USER_ID:12108
Topic:
lets-encrypt;apache
how to install lets-encrypt SSL certificate at diffierent httpd location ?
and we also found the error:
"Detail: Invalid response from http://.../.well-known/acme-challenge/asedseadasasrwww... 404"
Seems, the file is not found from 404 message
how to solve the error?
Accepted Solution
Author: Wilson Edwards replied at 2026-04-19 17:29:02
/usr/bin/certbot certonly --webroot -w /opt/rh/httpd24/root/etc/httpd -d yourdomain.com
if can not verify your site from /home/username/public/.well-known/keyfile
if not working, try following comand then follow its intruction
certbot certonly --manual -d yourdomain.comecho "key" >/home/username/public/.well-known/keyfile
Press continue;
do the same for www.yourdomain.com