Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
kaskie-family.no-ip.org
I ran this command:
installed the cert
It produced this output:
My web server is (include version): apache2
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: home server on Ubuntu 16
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
I'm picking up from this question that was closed because I was unable to reply.
Here are the results of the commands that I was asked to run:
$ sudo certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
-------------------------------------------------------------------------------
Found the following certs:
Certificate Name: kaskie-family.no-ip.org
Domains: kaskie-family.no-ip.org
Expiry Date: 2018-08-18 01:15:11+00:00 (VALID: 46 days)
Certificate Path: /etc/letsencrypt/live/kaskie-family.no-ip.org/fullchain.pem
Private Key Path: /etc/letsencrypt/live/kaskie-family.no-ip.org/privkey.pem
Certificate Name: wafka.no-ip.org
Domains: wafka.no-ip.org
Expiry Date: 2018-08-18 01:37:04+00:00 (VALID: 47 days)
Certificate Path: /etc/letsencrypt/live/wafka.no-ip.org/fullchain.pem
Private Key Path: /etc/letsencrypt/live/wafka.no-ip.org/privkey.pem
-------------------------------------------------------------------------------
$ grep -Eri 'servername|serveralias' /etc/apache2
/etc/apache2/conf-available/servername.conf:ServerName localhost
/etc/apache2/mods-available/info.conf: # http://servername/server-info (requires that mod_info.c be loaded).
/etc/apache2/mods-available/status.conf: # with the URL of http://servername/server-status
/etc/apache2/apache2.conf:ServerName localhost
/etc/apache2/sites-available/000-default.conf: # The ServerName directive sets the request scheme, hostname and port that
/etc/apache2/sites-available/000-default.conf: # redirection URLs. In the context of virtual hosts, the ServerName
/etc/apache2/sites-available/000-default.conf: #ServerName www.example.com
/etc/apache2/sites-available/000-default.conf: ServerAlias wayne
/etc/apache2/sites-available/default-ssl.conf: ServerName 127.0.1.1
/etc/apache2/sites-available/default-ssl.conf: ServerName kaskie-owncloud.ddns.net
/etc/apache2/sites-available/default-ssl.conf: ServerName kaskie-family.no-ip.org
/etc/apache2/sites-available/default-ssl.conf: ServerAlias www.kaskie-family.no-ip.org
/etc/apache2/sites-enabled/default.conf: ServerName wafka.no-ip.org
/etc/apache2/sites-enabled/default.conf: ServerName kaskie-family.no-ip.org
/etc/apache2/sites-enabled/default.conf: ServerAlias www.kaskie-family.no-ip.org
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerName kaskie-owncloud.ddns.net
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerName wafka.no-ip.org
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerName wafka.no-ip.org
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerName kaskie-family.no-ip.org
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerAlias www.kaskie-family.no-ip.org
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerName kaskie-family.no-ip.org
/etc/apache2/sites-enabled/backup-default-ssl.bak: ServerAlias www.kaskie-family.no-ip.org
$ grep -Eri 'SSLProtocol|SSLCipherSuite' /etc/apache2
/etc/apache2/mods-available/ssl.conf: SSLCipherSuite HIGH:!aNULL
/etc/apache2/mods-available/ssl.conf: # the CPU cost, and did not override SSLCipherSuite in a way that puts
/etc/apache2/mods-available/ssl.conf: SSLProtocol all -SSLv3
$ netstat -pant | grep -i listen
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:32400 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:32401 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:37076 0.0.0.0:* LISTEN -
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:32600 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN -
tcp6 0 0 :::110 :::* LISTEN -
tcp6 0 0 :::143 :::* LISTEN -
tcp6 0 0 :::80 :::* LISTEN -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 :::443 :::* LISTEN -
tcp6 0 0 :::4190 :::* LISTEN -
tcp6 0 0 :::993 :::* LISTEN -
tcp6 0 0 :::995 :::* LISTEN -