Re: on to letsencrypt

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2021-05-03 at 11:56 -0700, Jack Craig wrote:
> i think you are right, i've been wondering about the ns3's behaviour
> as the dnscheck page keeps telling me i have only one responding dns.
> as it is part of the at&t dns, i have been ignoring this; now is the
> time to deal with it....
> 
> i am sporting mike's recent config file cuz its So much prettier than
> my hack. i hacked in a CAAA record & updated teh serial number giving
> me, ...
> 
> $TTL 3D    ; default ttl for records without a specified lifetime
> $ORIGIN linuxlighthouse.com.
> linuxlighthouse.com.     CAA       0 issue "letsencrypt.org"
> @   IN  SOA     ws.linuxlighthouse.com. root.linuxlighthouse.com. (
>                       2021050301   ;  serial number
>                       16384        ;  ns refresh
>                       2048         ;  ns retry
>                       1048576      ;  authority expiry
>                       2560        );  min (RFC2308 §4)
>      IN NS      ws.linuxlighthouse.com.
>      IN NS      ns3.attdns.com.
> ;    IN MX      linuxlighthouse.com.
> ws   IN A       108.220.213.121
>      IN A       108.220.213.121

Are you sure that's constructed properly?  There's usually a precise
structure for zone files.  All examples I've seen have things in this
sequence (just the sequence, I've not typed in all the data):

$origin .
$TTL
SOA (
     serial
     refresh time
     retry time
     expiry time
     minimum time
     )
NS
A
MX
followed by the rest of your records

I'm not sure about where you might add a new thing, like CAA, but I
wouldn't rearrange the order of that other things without being sure
about it.

> as an aside, if i add  'www in a  108.220.213.121'
> 
> would properly define 'www.linuxlighthouse.com' ???

Yes, anything you put left of IN A, that doesn't end in a dot, is a
sub-domain (the server appends your domain name to it).

-- 
 
uname -rsvp
Linux 3.10.0-1160.25.1.el7.x86_64 #1 SMP Wed Apr 28 21:49:45 UTC 2021 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux