Error while install SSL

Thanks bro, i can't understand anything, i can only upload commend.

I will try to ask someone to do or change host.

1 Like

You're nearly there. Try those two commands and they'll tell you.

BTW, who set this up and left it for you to maintain?

1 Like

yes, i've setup this with you tube help but no video on you tube for SSL Setup.

Okay i will try now


Write me those commands Please

Here:

The first one only runs on ubuntu for me. The second one runs on both, so check the first before.


Don't copypaste random commands, come on: nmap is one of those tools of which you remember a few options, and constantly read the manual if you're doing something else. It's cool, but you probably don't need it right now.

nmap             # A tool that scans internet services
-A               # Perform service/os identification
-p80             # Only scan port 80
webviewdigital.com
1 Like

i need to find this on certbot ?

no, type that command (lsb_release -a) in your terminal.

At this prompt:

root@webviewdigital:~#

type this:

lsb_release -a

[then press ENTER]

3 Likes

It looks like it's Ubuntu 20.04 after all. All I needed to do was ask the OpenSSH server for its version, even if it answers with a one that's not exactly what I expected

~$ nmap -A -p80,443,22 webviewdigital.com
Starting Nmap 7.80 ( https://nmap.org ) at 2022-03-06 13:13 CET
Nmap scan report for webviewdigital.com (67.219.101.168)
Host is up (0.26s latency).
rDNS record for 67.219.101.168: 67.219.101.168.vultr.com

PORT    STATE SERVICE  VERSION
22/tcp  open  ssh      OpenSSH 8.2p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
80/tcp  open  http     nginx
|_http-title: Site doesn't have a title (text/html; charset=UTF-8).
443/tcp open  ssl/http nginx
|_http-title: Site doesn't have a title (text/html; charset=UTF-8).
| ssl-cert: Subject: commonName=localhost
| Not valid before: 2022-03-06T09:02:39
|_Not valid after:  2023-03-06T09:02:39
| tls-alpn:
|   h2
|_  http/1.1
| tls-nextprotoneg:
|   h2
|_  http/1.1
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel

Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 47.42 seconds

@avipinc07 Nginx on Ubuntu 20: Certbot Instructions | Certbot

3 Likes

image

get certbot installation instructions for nginx and ubuntu 20 here:

3 Likes

i've read this site, i don't know where is commend and what to take, it's first time for me..

Then you may need to find a server admin.
[those instructions are as simple as they can get]

3 Likes

first of all, know that you have an openssh server and it's a lot more usable than the web shell you' ve been using.

second, please upgrade those packages.

third, if you need wordpress there are a lot of SaaS options.

fourth, just type the commands in the instructions and it will work.

3 Likes

Thanks alot..

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.