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:
myrkur.net
I ran this command:
sudo certbot --apache -d myrkur.net -d www.myrkur.net
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Unable to read ssl_module file; not disabling session tickets.
Enter email address (used for urgent renewal and security notices)
(Enter 'c' to cancel): linukongurinn@protonmail.com
Please read the Terms of Service at
https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf. You must
agree in order to register with the ACME server. Do you agree?
(Y)es/(N)o: y
Would you be willing, once your first certificate is successfully issued, to
share your email address with the Electronic Frontier Foundation, a founding
partner of the Let's Encrypt project and the non-profit organization that
develops Certbot? We'd like to send you email about our work encrypting the web,
EFF news, campaigns, and ways to support digital freedom.
(Y)es/(N)o: y
Account registered.
Requesting a certificate for myrkur.net and www.myrkur.net
Successfully received certificate.
Certificate is saved at: /usr/local/etc/letsencrypt/live/myrkur.net/fullchain.pem
Key is saved at: /usr/local/etc/letsencrypt/live/myrkur.net/privkey.pem
This certificate expires on 2023-06-08.
These files will be updated when the certificate renews.
Deploying certificate
Successfully deployed certificate for myrkur.net to /usr/local/etc/apache24/extra/httpd-vhosts-le-ssl.conf
We were unable to find a vhost with a ServerName or Address of www.myrkur.net.
Which virtual host would you like to choose?
1: httpd-vhosts.conf | myrkur.net | | Enabled
2: httpd-vhosts-le-ssl.conf | myrkur.net | HTTPS | Enabled
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
Successfully deployed certificate for www.myrkur.net to /usr/local/etc/apache24/extra/httpd-vhosts-le-ssl.conf
Congratulations! You have successfully enabled HTTPS on https://myrkur.net and https://www.myrkur.net
NEXT STEPS:
- The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See User Guide — Certbot 2.4.0 documentation for instructions.
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
My web server is (include version):
z@myrkur:~ $ httpd -v
Server version: Apache/2.4.55 (FreeBSD)
Server built: unknown
The operating system my web server runs on is (include version):
FreeBSD 13.1
My hosting provider, if applicable, is:
my own
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):
z@myrkur:~ $ certbot --version
certbot 2.1.0
..also:
z@myrkur:~ $ apachectl
AH00112: Warning: DocumentRoot [/usr/local/www/apache24/data/myrkur.net] does not exist
AH00112: Warning: DocumentRoot [/usr/local/www/apache24/data/myrkur.net] does not exist
AH00526: Syntax error on line 13 of /usr/local/etc/apache24/extra/httpd-vhosts-le-ssl.conf:
SSLCertificateFile: file '/usr/local/etc/letsencrypt/live/myrkur.net/fullchain.pem' does not exist or is empty
If anyone is kind enough to help it would be appreciated.
Thanks