Newbie needs help getting Filecloud with SSL running

image
What happens after clicking "Install SSL Cert"?

2 Likes

I understand the newly acquired cert path is in Cerbot Live for ellisaircraft.com
I am confused where a private key and intermediate key is located.
Sorry to be such a PITA.
This is what I see after clicking on install SSL Cert.

Both of those entries are incorrect.
Please show the output of:
certbot certificates

2 Likes

How do I show the output?

These are in the certbot live folder for my domain

Filecloud community forum is poorly supported. Sometimes takes two weeks for someone to respond.

Use the fullchain and the privkey links to the most recent files.
[use the link paths (not the files they find) in the "Install SSL Cert"]

3 Likes

Do these paths look correct?

image

The last should be "chain.pem".

Actually all three have a TYPO:
elliscraft should be ellisAIRcraft

3 Likes

an SSL path error is returning

Looks like there is a space on the bottom one between the backslash \ and chain.pem

3 Likes

There was in fact a space. Stupid me.
but same error

should i try all three without the .pem?

I did notice some permission issues with the ellisaircraft.com folder

you have cerbot but I believe you need Certbot

3 Likes

Holy geese I'm spastic and blind.... Apache is running now.
I can't thank all enough!!!!!!
Thank you so much

2 Likes

It is working is thanks enough.

3 Likes

The "select" button might have been useful.

3 Likes

The select button was changing the path every time
Looking for advice now on shutting down filecloud in port 80

You do not have Port 443 open, the only open Port is 80.

$ nmap -Pn www.ellisaircraft.com
Starting Nmap 7.80 ( https://nmap.org ) at 2023-03-17 18:35 UTC
Nmap scan report for www.ellisaircraft.com (68.42.15.212)
Host is up (0.085s latency).
rDNS record for 68.42.15.212: c-68-42-15-212.hsd1.tn.comcast.net
Not shown: 999 filtered ports
PORT   STATE SERVICE
80/tcp open  http

Nmap done: 1 IP address (1 host up) scanned in 9.70 seconds

Also Best Practice - Keep Port 80 Open

3 Likes