mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-01 16:43:26 +02:00
Added secDNS:add for EPP domain update
This commit is contained in:
parent
e1da850c7f
commit
161e462dbf
2 changed files with 54 additions and 12 deletions
|
@ -1046,7 +1046,6 @@ function processDomainCreate($conn, $db, $xml, $clid, $database_type, $trans) {
|
|||
$digest = (string) $secDNSData->xpath('secDNS:digest')[0] ?? null;
|
||||
$maxSigLife = $secDNSData->xpath('secDNS:maxSigLife') ? (int) $secDNSData->xpath('secDNS:maxSigLife')[0] : null;
|
||||
|
||||
|
||||
// Data sanity checks
|
||||
if (!$keyTag || !$alg || !$digestType || !$digest) {
|
||||
sendEppError($conn, 2005, 'Incomplete or invalid dsData provided', $clTRID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue