Project

General

Profile

Actions

Feature #5350

closed

Add new email probe response

Added by Adam Thieme 9 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
03/10/2025
Due date:
% Done:

80%

Estimated time:
2.00 h

Description

The current email probe follows this behavior:
[email protected] -> /ndn/tlv/domain/sub/user

We want this naming convention for an app:
[email protected] -> /sub.domain.tlv/@user => see #note-1

Actions #1

Updated by Adam Thieme 9 months ago

Adam Thieme wrote:

The current email probe follows this behavior:
[email protected] -> /ndn/tlv/domain/sub/user

We want this naming convention for an app:
[email protected] -> /sub.domain.tlv/@user

Correction for naming conventions:

Current behavior:
[email protected] ->/ndn/tld/domain/sub/user

Desired behavior for [email protected]:

If /ndn/domain.tld is the issuer/CA:
-> /ndn/domain.tld/[email protected]

If /ndn/sub.domain.tld is the issuer/CA:
-> /ndn/sub.domain.tld/[email protected]

Actions #2

Updated by Davide Pesavento 9 months ago

  • Tracker changed from Task to Feature
  • Description updated (diff)
Actions #3

Updated by Davide Pesavento 9 months ago

  • Status changed from New to Closed

As discussed on gerrit, this can already be done with the following CA configuration:

"name-assignment":
{
    "param": "/email"
}
Actions

Also available in: Atom PDF