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: whatsmenu.pt
I ran this command:
sudo openssl pkcs12 -export -in $LIVE/cert.pem -inkey $LIVE/privkey.pem -out cert_and_key.p12 -name myalias -CAfile $LIVE/chain.pem -caname root -password pass:KEYSTOREPW
(All are correct except for $LIVE which was correct but doesnât exists anymore)
It produced this output:
Error opening input file /etc/letsencrypt/live/whatsmenu.pt/cert.pem
/etc/letsencrypt/live/whatsmenu.pt/cert.pem: No such file or directory
My web server is (include version): Centos 7 (Apache)
The operating system my web server runs on is (include version): Centos 7
I can login to a root shell on my machine: yes:
Hi there,
Iâm stucked on this:
There is no content on my /etc/letsencrypt/live folder. It should have whatsmenu.pt and letsencrypt files, shouldn´t it?
Itâs also empty. I didnât delete nothing as far as i know.
Iâm trying to import the certificates onto glassfish and canât because of this issue.
Yes, I used Certbot to issue the certificates
/etc/letsencrypt/accounts has contents as well as /etc/letsencrypt/keys
The keys folder .pem files but not the cert.pem
download one of newest certificate from Download Certificate: PEM on sidebar in https://crt.sh/?id=1640402144
run this command downloaded certficate openssl x509 -in certificate.crt -pubkey -noout -outform pem | sha256sum and write it somewhere
for each private key files run this and find one what outputs are same as certificate public key hash as above. openssl pkey -in privateKey.key -pubout -outform pem | sha256sum
This is an unusual bug that Iâm not sure Iâve seen before. It seems like your copy of Certbot might be successfully requesting certificates from Letâs Encrypt, but then crashing every time before it manages to save them on your machine.
Could you share one of the log files from /var/log/letsencrypt corresponding to an attempted certificate issuance?
Did you ever see the âCongratulationsâ message from Certbot at the end of the process when you requested a certificate? Or did you ever see an error indicating that Cetbot had crashed?
It would probably have to be an older one, from a time that it got further through the process (actually requesting a certificate). For example, one corresponding to one of the certificate issuance times that @JuergenAuer identified above (note that those times are probably given in UTC).