I am trying to set up an exchange Server 2019 on Platform server 2019 with an letsencrypt certificate.
Got the host on the same Full qualified hostname “email.4-s.cloud” the same on inside and outside, IPv6 configured and reachable, IPv4 offcourse through NAT only on poort 80 & 443
after setting the hostname in the bindings of the default website in IIS manager i still get the error “No DNS identifiers found” however when i ping on name i get the proper respons as wel in my internal network as on the outside
Can anybody point out to me how to debug the error about the DNS, or even better get me a procedure with letsencrypt for windows server 2019 and exchange service that is complete:)
My original plan was to have the communication via ipv6 (i had public ipv6 dns in mij config). but i’m not sure what happend now.
After i changed to 8.8.8.8 i got my certificate, but my OWA website broke, so i set the dns backup to my internal server that host the “windows domain” (Active directory etc).
This fixed my exchange OWS website,
I ran letsencrypt again to replace the certificate with a new one (just to see if it would) AND it did, so despite the fact i am using my internal DNS (which is actualy pointing to 8.8.8.8 for all other but local resolving)
Are you saying i should allso get my DSNSec properly configured??
Looks like DNSSEC is there?? isn’t it?
Could it be that my DNSSEC certificate is not reconfignized as proper supported one (just like many https cert’s aren’t recogonize by some browsers??)
You have a DNSKEY in your zone. But you don't have a DS record in your parent zone.
Zone (*)
DNSSEC - Informations (beta)
4-s.cloud
0 DS RR in the parent zone found
DS-Query in the parent zone has a valide NSEC3 RR as result with the hashed domain name between the hashed NSEC3-owner and the hashed NextOwner. So the parent zone confirmes the non-existence of a DS RR.
3 DNSKEY RR found
Public Key with Algorithm 8, KeyTag 1833, Flags 256
Public Key with Algorithm 8, KeyTag 12939, Flags 256
Public Key with Algorithm 8, KeyTag 19465, Flags 257 (SEP = Secure Entry Point)
• Status: Good - Algorithmus 8 and DNSKEY with KeyTag 19465 used to validate the DNSKEY RRSet
Fatal error: DNSKEY 19465 signs DNSKEY RRset, but no confirming DS RR in the parent zone found. No chain of trust created.
Instead, your parent zone has a NSEC3 RR which confirms the non-existence of the DS RR.
So your chain of trust doesn't exist. The parent zone confirms, that your zone is not secure.
A correct configured DNSSEC needs both: A DS record in the parent zone pointing to a DNSKEY RR. And a set of DNSKEY RR with a RRSIG signing this set. The DS part is missing.
I requested my provider (openprovider.eu) on info how to "glue" a DSrecord to my domain. If anybody out there has clue how i can do that. It would be very much appriciated if you told me:)
I am wondering if the scheduled task of the ACME Tools is realy scheduled in my windows enviromet, and if it runs completely selfsupporting.
e.g. if it can be found in the scheduled task manager, i would be happy, but i can’t find it there