My domain is:
hsaconfluente.nl
I ran this command:
sudo certbot certonly --manual -d ‘*.hsaconfluente.nl’
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Obtaining a new certificate
Performing the following challenges:
dns-01 challenge for hsaconfluente.nl
NOTE: The IP of this machine will be publicly logged as having requested this
certificate. If you’re running certbot in manual mode on a machine that is not
your server, please ensure you’re okay with that.
Are you OK with your IP being logged?
(Y)es/(N)o: y
Please deploy a DNS TXT record under the name
_acme-challenge.hsaconfluente.nl with the following value:
a3tSImSKIkXsCSGT1dSax6xc4P5Y0PEgdqXrJ3EMU3A
Before continuing, verify the record is deployed.
Press Enter to Continue
Waiting for verification…
Cleaning up challenges
IMPORTANT NOTES:
-
Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/hsaconfluente.nl-0001/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/hsaconfluente.nl-0001/privkey.pem
Your cert will expire on 2020-05-30. To obtain a new or tweaked
version of this certificate in the future, simply run certbot
again. To non-interactively renew all of your certificates, run
“certbot renew” -
If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let’s Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
My web server is (include version):
Nodejs 12.13
The operating system my web server runs on is (include version):
Ubuntu 18.04.3 (LTS) x64
My hosting provider, if applicable, is:
DigitalOcean
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
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): certbot 0.31.0
Problem: I already had a certificate, but that is expiring, therefore i wanted to renew it. This is what i did to renew it. Now however, it generated a new certificate in the folder etc/letsencrypt/live/hsaconfluente.nl-0001/. But as soon as i linked to that from my index.js file, it makes my connection not private when i try to acces the webpage.