I generated a certificate, I only generated an acmechallenge with the code and it seems to me that it is incomplete, since it always generates 2, what can I do?
My domain is: ang.edu.ec
My serves is aws ligthsail
I generated a certificate, I only generated an acmechallenge with the code and it seems to me that it is incomplete, since it always generates 2, what can I do?
My domain is: ang.edu.ec
My serves is aws ligthsail
Welcome to the Let's Encrypt Community
Generates 2 what?
What ACME client (e.g. certbot) are you using?
Do you have any error logs or output?
Help me out here.
I see some history of success at:
You are quickly approaching the rate limits:
You may want to consider using the staging server for testing rather than the production server:
I use the following command:
sudo certbot -d $DOMAIN -d $WILDCARD --manual --preferred-chal
lenges dns certonly
it generates a txt record: _acmechallenge.ang.edu.ec y un codigo,
then I create the txt record and it doesn't generate the other record
It looks like the certificate generation succeeds though, correct?
If you had previously generated a certificate using the same acme account within the last 30 days, the previous challenge validation is "cached" and thus you would not receive that challenge.
what should I do?
wait?
Hold up! You're using Bitnami.
Please go here before you cause yourself massive headaches:
Oh Griff !
You have to learn how to read between the lines.
[especially when the lines are NOT even there - LOL]
But, definitely yes, using BITNAMI means STOP trying to do this with yourself with certbot
.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.