Hi there,
I have finally managed to install certbot on one of my raspberry pi’s and successfully got a certificate by running the following command:
sudo certbot --apache
The DNS service I am using is duckdns.org.
So far so good.
Now I would like to transfer the same certificate to another raspberry pi still running apache but on a different port.
So I have installed certbot on my second raspberry pi, copied the 4 files located in /etc/letsencrypt/live/server.duckdns.org which are cert.pem, privkey.pem, chain.pem, and fullchain.pem from the first raspberry pi to the second raspberry pi and I have run the following:
sudo certbot install --apache --cert-path <cert_path> --key-path <key_path> --chain-path <chain_path> --fullchain-path <fullchain_path>
And this what I get soon after:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Which names would you like to activate HTTPS for?
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter ‘c’ to cancel):1
Deploying Certificate to VirtualHost /etc/apache2/sites-available/000-default-le-ssl.conf
Please choose whether HTTPS access is required or optional.
1: Easy - Allow both HTTP and HTTPS access to these sites
2: Secure - Make all requests redirect to secure HTTPS access
Select the appropriate number [1-2] then [enter] (press ‘c’ to cancel): 2
Enhancement redirect was already set.
And nothing else happened.
I would appreciated if someone could shed some light as I can’t get my head around.
Many thanks!
EDIT:
I have tried to run the same command but without ‘install’:
sudo certbot --apache --cert-path <cert_path> --key-path <key_path> --chain-path <chain_path> --fullchain-path <fullchain_path>
and this is what I am now getting:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Which names would you like to activate HTTPS for?
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter ‘c’ to cancel):1
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for server.duckdns.org
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. server.duckdns.org (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for tls-sni-01 challenge. Requested 15dba428c0f4b7f2af07a65ebe2ba3c3.d20a1b9bb534e3c2417c13c2ce0d74b9.acme.invalid from xx.yy.zz.aa:443. Received 2 certificate(s), first certificate had names “server.duckdns.org”
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: server.duckdns.org
Type: unauthorized
Detail: Incorrect validation certificate for tls-sni-01 challenge.
Requested
15dba428c0f4b7f2af07a65ebe2ba3c3.d20a1b9bb534e3c2417c13c2ce0d74b9.acme.invalid
from 80.42.113.25:443. Received 2 certificate(s), first certificate
had names “server.duckdns.org”To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address.