My domain is: suncityminc.com
I have logged into the bitnami server, and in the third step I get the following error:
Entered command: sudo chown root:root /opt/bitnami/apache/conf/bitnami/certs/server*
Error: chown: cannot dereference '/opt/bitnami/apache/conf/bitnami/certs/server.crt': No such file or directory
Please help on what should I do, I am new to coding and don't understand everything.
rg305
2
Hi @aniket223, and welcome to the LE community forum
It may help for us all to be "on the same page".
Where are you reading those "steps" from?
Also, please show:
ls -l /opt/bitnami/apache/conf/bitnami/certs/server*
3 Likes
This is the response I get on executing this command:
I am executing the command from here: Generate and Install a Let's Encrypt SSL Certificate for a Bitnami Application
rg305
4
That file is a symlink.
What shows?
ls -l /opt/bitnami/letsencrypt/certificates/*
2 Likes
here is the screenshot for the same
rg305
6
You had a TYPO in step 2:
This:
Should have been this:
2 Likes
How should I change this now?
rg305
8
Redo that part of step 2 and continue from there.
3 Likes
Should I run all these commands again?
sudo mv /opt/bitnami/apache/conf/bitnami/certs/server.crt /opt/bitnami/apache/conf/bitnami/certs/server.crt.old
sudo mv /opt/bitnami/apache/conf/bitnami/certs/server.key /opt/bitnami/apache/conf/bitnami/certs/server.key.old
sudo ln -sf /opt/bitnami/letsencrypt/certificates/DOMAIN.key /opt/bitnami/apache/conf/bitnami/certs/server.key
sudo ln -sf /opt/bitnami/letsencrypt/certificates/DOMAIN.crt /opt/bitnami/apache/conf/bitnami/certs/server.crt
And in the domain part I should write suncityminc.com
rg305
11
I showed you what it should be.
But yes, I suppose both lines [with "DOMAIN
"] would be equally wrong.
3 Likes
rg305
13
Glad I could help.
Cheers from Miami
4 Likes
system
Closed
14
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.