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. https://crt.sh/?q=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: www.alokdube.com
I ran this command: ```
sudo -H ./letsencrypt-auto certonly --standalone -d www.alokdube.com
It produced this output:
Found the following certs:
Certificate Name: www.alokdube.com
Serial Number: 47ac8c2e1b9ba31714f1509a15423f56d40
Domains: www.alokdube.com
Expiry Date: 2021-01-07 05:15:41+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/www.alokdube.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/www.alokdube.com/privkey.pem
My web server is (include version): Apache2.4
The operating system my web server runs on is (include version): Ubuntu 18.04
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): no
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): no
_az
October 9, 2020, 11:05am
2
This command creates a certificate, but doen't install it to your webserver.
If you want to do that manually, you can refer to https://ssl-config.mozilla.org for guidance on a good configuration.
If you'd like Certbot to install the certificate to your webserver for you, you can try:
sudo ./letsencrypt-auto --apache -d www.alokdube.com
1 Like
rg305
October 9, 2020, 1:30pm
3
There are multiple IPs involved:
Name: neevgroup-78665379.us-west-2.elb.amazonaws.com
Addresses: 44.237.82.98
44.229.176.151
Aliases: www.alokdube.com
_az:
If you'd like Certbot to install the certificate to your webserver for you, you can try:
sudo ./letsencrypt-auto --apache -d www.alokdube.com
Or, for a halfway approach...
sudo -H ./letsencrypt-auto run -a standalone -d www.alokdube.com -i apache --keep-until-expiring
1 Like
But i already used 5 certificate so that my limit cross now can you suggest how to do manually to run lets encrypt ssl on wordpress site or anyother way to do
rg305
October 15, 2020, 2:52pm
6
But now one of the IPs has changed:
Name: neevgroup-78665379.us-west-2.elb.amazonaws.com
Addresses: 44.237.82.98
34.208.92.164
Aliases: www.alokdube.com
system
Closed
November 14, 2020, 2:52pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.