My domain is: gldn.page
There are 9 others with certificates on the same server. IP: 5.101.140.50
My web server is (include version):
Server version: Apache/2.4.41 (Ubuntu)
Server built: 2021-10-14T16:24:43
The operating system my web server runs on is (include version):
Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-90-generic x86_64)
My hosting provider, if applicable, is:
Dedicated Server on UKServers
I can login to a root shell on my machine (yes or no, or I don't know):
Yes, through SSH
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
No.
The version of my client is (e.g. output of c
or certbot-auto --version
if you're using Certbot):
certbot 1.21.0
Thanks to your help, I now have a clean set of certificates
root@Ubuntu20:~# certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Found the following certs:
Certificate Name: bot10x.com
Serial Number: 41e23f72c2017ba454e4196bdfe9fd70bd3
Key Type: RSA
Domains: bot10x.com www.bot10x.com
Expiry Date: 2022-02-19 08:57:24+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/bot10x.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/bot10x.com/privkey.pem
Certificate Name: chitchatmedia.net
Serial Number: 3f00e267c3bb9695dc2decab08ce0c83975
Key Type: RSA
Domains: chitchatmedia.net www.chitchatmedia.net
Expiry Date: 2022-02-19 08:59:18+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/chitchatmedia.net/fullchain.pem
Private Key Path: /etc/letsencrypt/live/chitchatmedia.net/privkey.pem
Certificate Name: cybxpert.com
Serial Number: 37a1964c14fe864f5538063653f26d5d4e1
Key Type: RSA
Domains: cybxpert.com www.cybxpert.com
Expiry Date: 2022-02-19 08:59:47+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/cybxpert.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/cybxpert.com/privkey.pem
Certificate Name: expressresponse.net
Serial Number: 318f536a25f7b449e41d9d968490fd01295
Key Type: RSA
Domains: www.expressresponse.net expressresponse.net
Expiry Date: 2022-02-19 09:03:20+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/expressresponse.net/fullchain.pem
Private Key Path: /etc/letsencrypt/live/expressresponse.net/privkey.pem
Certificate Name: gldn.page
Serial Number: 4d7937c5b11872eef45b3e2665e2c701c54
Key Type: RSA
Domains: gldn.page www.gldn.page
Expiry Date: 2022-02-13 07:26:06+00:00 (VALID: 83 days)
Certificate Path: /etc/letsencrypt/live/gldn.page/fullchain.pem
Private Key Path: /etc/letsencrypt/live/gldn.page/privkey.pem
Certificate Name: igw.news
Serial Number: 35431858ec30492a14aa93fce8100d6e512
Key Type: RSA
Domains: igw.news www.igw.news
Expiry Date: 2022-02-13 12:25:37+00:00 (VALID: 84 days)
Certificate Path: /etc/letsencrypt/live/igw.news/fullchain.pem
Private Key Path: /etc/letsencrypt/live/igw.news/privkey.pem
Certificate Name: pdg.reviews
Serial Number: 45cb71f77d3e14e5a19b586635f8ba847cb
Key Type: RSA
Domains: pdg.reviews www.pdg.reviews
Expiry Date: 2022-02-19 09:06:09+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/pdg.reviews/fullchain.pem
Private Key Path: /etc/letsencrypt/live/pdg.reviews/privkey.pem
Certificate Name: smartbiz.pro
Serial Number: 35485b1a4ef2499b66046a128035104a385
Key Type: RSA
Domains: smartbiz.pro www.smartbiz.pro
Expiry Date: 2022-02-19 09:07:12+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/smartbiz.pro/fullchain.pem
Private Key Path: /etc/letsencrypt/live/smartbiz.pro/privkey.pem
Certificate Name: ukncsa.com
Serial Number: 35b5312d395f5a874c628b4c525e9990352
Key Type: RSA
Domains: ukncsa.com www.ukncsa.com
Expiry Date: 2022-02-19 09:08:17+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/ukncsa.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/ukncsa.com/privkey.pem
Certificate Name: www.reviewed.page
Serial Number: 3824bf32f419833336ccf1c35d8cdf1483a
Key Type: RSA
Domains: www.reviewed.page reviewed.page
Expiry Date: 2022-02-13 17:52:08+00:00 (VALID: 84 days)
Certificate Path: /etc/letsencrypt/live/www.reviewed.page/fullchain.pem
Private Key Path: /etc/letsencrypt/live/www.reviewed.page/privkey.pem
Certificate Name: yel.page
Serial Number: 319d1b9128b79a2ff0f4ef0913de58ef8ff
Key Type: RSA
Domains: yel.page www.yel.page
Expiry Date: 2022-02-19 09:08:52+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/yel.page/fullchain.pem
Private Key Path: /etc/letsencrypt/live/yel.page/privkey.pem
I have set up the DNS for wildcard and got Wordpress multisite running on the domain configured
for sub-domains
I searched for how to have a certificate for sub-domains and this is suggested:
certbot-auto -d *.example.com -d example.com --manual --preferred-challenges dns certonly
BUT it says cert-only
I would like to have it applied to my apache server, I usually use certbot --apache to set up the certificate.
Which is the best way to do it?
Thanks