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. crt.sh | 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: forgottennot.online
If you're having trouble using Certbot and aren't sure you've found a bug or
request for a new feature, please first try asking for help at
https://community.letsencrypt.org/. There is a much larger community there of
people familiar with the project who will be able to more quickly answer your
questions.
My operating system is (include version):
Windows 10
I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc):
I tried installing it with pip python/ and windows cmd
I ran this command and it produced this output:
Microsoft Windows [Version 10.0.19045.3324]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\system32>certbot-auto -d forgottennot.online -d www.forgottennot.online
'certbot-auto' is not recognized as an internal or external command,
operable program or batch file.
C:\Windows\system32>certbot certonly --webroot
Saving debug log to C:\Certbot\log\letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): forgottennot.online, www.forgottennot.online
Certificate not yet due for renewal
You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: C:\Certbot\renewal\forgottennot.online.conf)
What would you like to do?
1: Keep the existing certificate for now
2: Renew & replace the certificate (may be subject to CA rate limits)
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Renewing an existing certificate for forgottennot.online and www.forgottennot.online
Successfully received certificate.
Certificate is saved at: C:\Certbot\live\forgottennot.online\fullchain.pem
Key is saved at: C:\Certbot\live\forgottennot.online\privkey.pem
This certificate expires on 2023-11-20.
These files will be updated when the certificate renews.
Certbot has set up a scheduled task to automatically renew this certificate in the background.
If you like Certbot, please consider supporting our work by:
- Donating to ISRG / Let's Encrypt: Donate - Let's Encrypt
- Donating to EFF: Support EFF's Work on Let's Encrypt | Electronic Frontier Foundation
C:\Windows\system32>
Ceritificated are being installed succesfully there are no errors during the proces
Certbot's behavior differed from what I expected because:
in spite everything seems to have been installed properly, website still appears as not secured
Here is a Certbot log showing the issue (if available):
Logs are stored in /var/log/letsencrypt
by default. Feel free to redact domains, e-mail and IP addresses as you see fit.
Here is the relevant nginx server block or Apache virtualhost for the domain I am configuring:
here main thread Website displays that it's not secured, in spite in installed certificates succesfully · Issue #9752 · certbot/certbot · GitHub
edit : know that it might be because of some part or points in my websites are directing to htttp: but this did not happen to me in linux