pull/18/head
Hugo Landau 10 years ago
parent dc4bbb89ef
commit 8357ef0903

@ -126,6 +126,8 @@ func (tx *Tx) signRRs(rra []dns.RR, useKSK bool) (dns.RR, error) {
maxttl := rraMaxTTL(rra)
exp := time.Duration(maxttl)*time.Second + time.Duration(10)*time.Minute
log.Info("maxttl: ", maxttl, " expiration: ", exp)
now := time.Now()
rrsig := &dns.RRSIG {
Hdr: dns.RR_Header { Ttl: maxttl, },

Loading…
Cancel
Save