#I have problem with txt record
1 messages · Page 1 of 1 (latest)
Just add two txt records
domain, reason: invalid records
isnt that vercel?
so basically you were trying to get a ssl certificate for the domain?
ye
s
you should add the txt recods to -acme-challenge.juqwtf.is-a.dev
howver domains that start with _ should not be allowed so i think you can't use it
it got rejected by willy (the pr he made)
is-a.dev domains have ssl i think
he put them iin the main domain, even if it got merged it would still not work
i know he putted in main domain
i believe it just has to do with your settings on the web hosting
since yes it is pointing to a A record (which is yours), but you do also have to do some stuff to get it up
or idk, havent used fastpanel at all
do they only let you make a ssl certificate?
I'm surprised the helpers don't know this.
@narrow cairn I'll be taking care of this thread now.
Your SSL has to be provided by your hosting provider, not us, our domain only has a requirement for SSL because it is a .dev domain, which is a secure namespace, requirement for SSL is applied by ICANN, the domain authority, not us.
Ask your hosting provider to give you an SSL certificate.
there's a resume button right there.
@ripe pawn it gave them this
now with the panel thing, i dont know if i got the right one but with the demo apparently they have 2 options for SSL (i dont use that so i cant confirm it for sure)
apply the records on the subdomain
create a new subdomain under the name _acme whatever on is-a.dev
and apply those TXTs
Simple
so any subdomains which start with _ are allowed?
And then press continue to apply your SSL
YES
YES
If it's allowed in domains, it's allowed on is-a.dev
good to know then
How do you think we support GitHub pages?
all the _github subdomains are there for verification
dont forget _discord as well
true
I'm pretty sure I have an _discord on my subdomain too
not my subdomain
my own domain*
also _gitlab since it got merged a couple days ago (i checked on that and saw it was merged)
all _subdomains are allowed
so what i need do
if i have
user
and value
just see
how i need add records
?
so i need create other file
just ok
one sec
i create
Create subdomain to ssl certificate
Create subdomain to ssl certificate (2)
it's not a json file
and get rid of the is-a.dev
read the docs
god
{
"owner": {
"username": "denboy0123",
"email": "[email protected]"
},
"record": {
"TXT": "FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ",
"TXT": "V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk"
}
}
This
Or
{
"owner": {
"username": "denboy0123",
"email": "[email protected]"
},
"record": {
"TXT": ["FZo9g0GqRYR-fhmWc1QzbycfV5UZIE4bwh42BI81NDQ"],
"TXT": ["V1N8tuJvEcUtltxMXLRvP0U1_jaAgsSJJ89MgyxpWUk"]
}
}
Name of file like: _acme-challenge.juqwtf.json
records to verify sertificate ssl (4)
why it doesnt work?
because an array has two records, you're supposed to put comma seperated values in []
not add the txt field twice
i think
i repair all
Produse by juqwtf.
your PR is on hold for now.
Since we do not support _acme-challenge subdomains.
We are requesting to add support for that. PR has been made for that change
